Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scheduled_task/specs/service-spec.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@
{
"const": "0 0 * * *",
"title": "Every day (midnight)"
},
{
"type": "string"
}
],
"description": "Specify how often the task should run. You can select a predefined option or enter a standard cron expression for custom schedules.",
Expand Down
Loading