Scheduling Configuration Filling Guide:
1. Priority: When there are more than two tasks in the queue, tasks with a lower priority value will be executed first.
2. Execution Interval: Integer 0 means a one-day interval.
3. Daily Reset:
Tasks are executed at fixed times daily (multiple timestamps are allowed, separated by commas).
Format: [ [ h, m, s ] ] (UTC time)
Example: [ [ 0, 0, 0 ], [ 20, 0, 0 ] ]
Means: Executed at 8 AM and 4 PM Beijing time (UTC + 8)
4. Disabled Time Periods:
Tasks will not be executed during specified disabled time periods (multiple periods are allowed, separated by commas).
Format: [ [ [ h1, m1, s1 ], [ h2, m2, s1 ] ] ] (UTC time)
Example: [ [ [ 0, 0, 0 ], [ 24, 0, 0 ] ] ]
Means tasks are not executed all day.
5. Pre-tasks, Post-tasks: Execute all tasks in pre-tasks before (and post-tasks after) the current task.