* * * * * *
). These fields, separated by white space, can contain any of the allowed values with various combinations of the allowed characters for that field.
*
), which always stands for “first-last”. For the day-of-the-month or day-of-the-week fields, a question mark (?
) may be used instead of an asterisk.0 0 12 ? * FRI
- which means every Friday at 12:00:00 PM.
More details:
Scheduling cron expressions
expiryTime
function on a process, for example, a delay of 30s will be set up like:Format accepted | Value ranges |
---|---|
Year (Y) | YYYY, four-digit, abbreviatted to two-digit |
Month (M) | MM, 01 to 12 |
Week (W) | WW, 01 to 53 |
Day (D) | D, day of the week, 1 to 7 |
Hour (h) | hh, 00 to 23, 24:00:00 as the end time |
Minute (m) | mm, 00 to 59 |
Second (s) | ss, 00 to 59 |
Decimal fraction (f) | Fractions of seconds, any degree of accuracy |