cron
cron copied to clipboard
Set the start time for a "every" job
Is it possible to set the start time when using a Every
job ?
I want to schedule a job every two weeks, on Monday, starting at a specified date. It is not possible with basic CRON expression but I can achieve this by using @every 336h
. But I need to set the start time of course..
Thanks a lot !
I am looking forward too
The "start" time in this case would be whenever you invoke cron.Start(). You can have a system cron that you use to create/start another cron.
Also see #297 for more details.