Scheduler
- Last UpdatedJan 21, 2025
- 1 minute read
Scheduler
Use the Scheduler parameter in a rule filter to determine when the rule is active.
For example, you can use it to redirect requests to a backup site during scheduled maintenance to avoid downtime.
The rule is triggered when requests arrive during the specified times and match all other conditions of the rule filter.
Note: All times and dates are according to Coordinated Universal Time (UTC).
Syntax
Format: {minutes;hours;days_in_month;months;days_in_week}
- Asterisk * : Indicates every value of the type.
- Semi-colon: Separates between arguments.
- Comma: Separates between values of the same argument.
For example: {30-59;12;*;*;1,4}
The rule in this example will be active on Mondays and Thursdays, between 12:30 and 12:59.
Supported operators: = or !=
Arguments: Each argument can contain a number, numbers, or range of numbers.