-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set the start time for a "every" job #336
Comments
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. |
geodimm
pushed a commit
to geodimm/cron
that referenced
this issue
Dec 22, 2020
This will close robfig#336
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 !
The text was updated successfully, but these errors were encountered: