feat(tasks): add one second interval (#4074)
This commit is contained in:
@@ -17,6 +17,10 @@ import { useTranslatedMantineReactTable } from "@homarr/ui/hooks";
|
|||||||
import { IconPowerOff } from "@homarr/ui/icons";
|
import { IconPowerOff } from "@homarr/ui/icons";
|
||||||
|
|
||||||
const cronExpressions = [
|
const cronExpressions = [
|
||||||
|
{
|
||||||
|
value: "*/1 * * * * *",
|
||||||
|
label: (t: TranslationFunction) => t("management.page.tool.tasks.interval.seconds", { interval: 1 }),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: "*/5 * * * * *",
|
value: "*/5 * * * * *",
|
||||||
label: (t: TranslationFunction) => t("management.page.tool.tasks.interval.seconds", { interval: 5 }),
|
label: (t: TranslationFunction) => t("management.page.tool.tasks.interval.seconds", { interval: 5 }),
|
||||||
|
|||||||
Reference in New Issue
Block a user