Automation of executions
Set frequency
Frequency is available and visible for automatic Schedules, when creating or editing a Schedule.
It can be defined directly in CRON language or generated from a form.
By default, the frequency is set to run every day at 6am.
CRON form
DC-Maestro allows you to use the standard CRON syntax to define a Schedule frequency of execution.
Field | Accepted numbers | Accepted characters | Details |
---|---|---|---|
Month (M) |
1 to 12 |
, * / - |
|
Days (D) |
1 to 31 |
, * / - |
|
Week (W) |
0 to 6 |
, * / - |
|
Hours (H) |
0 to 23 |
, * / - |
|
Minutes (m) |
0 to 59 |
, * / - |
The character * alone and a frequency lower than */5 are not accepted |
Character | Description |
---|---|
, |
Fixed value |
- |
Range of values (ascending order) |
* |
All values |
/ |
Interval within a specific range |
To learn more about the CRON language, see Wikipedia page.
Enable and disable recurrence
You can disable Scheduling to block executions (automatic and manual), for example while you resolve a failed task or modify the task pipeline.
You can activate and deactivate a schedule
-
from the Schedules + list Click on the menu at the end of the line, then click on btn:[Deactivate].
-
from the ‘Settings’ tab on the Schedule page + click on the image:schedule icon. Click on the
icon to edit the metadata area + Move the switch to
. Move the switch to
to deactivate it and
to activate it.
It is impossible to run an Schedule when it is idle. |