reugn/go-quartz

Cron is not implemented?

iniwf opened this issue · 1 comments

iniwf commented
Cron is not implemented?
reugn commented

Implemented. Added it to examples.
quartz.NewCronTrigger("1/3 * * * * *")
Special expressions are also available:
quartz.NewCronTrigger("@daily")