adamwiggins / clockwork

A scheduler process to replace cron
662 stars 186 forks source link

Set 'start of the week' day #26

Open borisano opened 7 years ago

borisano commented 7 years ago

when I have something like

every(1.week, 'blah')

is there a way for me to specify (or even know) when will it be triggered? Like, Sunday or Monday?

Is there anything I can do to control it?