v1.4.0
Added
- add
CronWithSeconds()
to accept cron expressions with seconds (#156) @JohnRoesler
Fixed
- set the scheduler location explicitly in the cron expression (#156) @JohnRoesler
- reset the job task's
context.Context
when updating allowing singleton and other limited modes to update (#160) @JohnRoesler - handle occasional occurrence of double run on daily job when within the same second (#159) @JohnRoesler
Chores
- Bump github.com/robfig/cron/v3 from 3.0.0 to 3.0.1 (#158) @dependabot