Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 696 Bytes

CRON.md

File metadata and controls

31 lines (18 loc) · 696 Bytes

Cron Scheduling

Syntax

Expression of cron follows general cron of unix with seconds precise support.

*      *      *      *      *      ?
|      |      |      |      |      |
sec   min    hour   day    month  week

0 0 * * * ? means beginning of each hour.

Basic Rules

There are CronBegin and CronEnd when editing strategies. They can be used in two forms: CronBegin only indicats firing point while Begin-End both indicats available time range to schedule.

Cron Basic Rules

Cron for SimpleWorker

Not supported.

Cron for FuncWorker

Cron Basic Rules

Cron for TaskWorker

Cron Basic Rules