-
Notifications
You must be signed in to change notification settings - Fork 972
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
Scheduling jobs using crontab syntax #283
Comments
|
crontab
or you have to start scheduler process exactly at full hour so the jobs offset to the actual time is zero. |
Simplified solution based on #248 (comment) is to use
|
In order to make it run in exact times, you can have it waiting until some of your minutes like |
I would really like to upvote this as a feature request I have a task that I want to run every day at 2AM and 2PM, which in crontab would be In schedule this does what I want:
but it doesn't look the way I want. If I now go to introspect
is less human-readable than something like this:
|
I also upvote for this feature. |
0,15,30,45 * * * *, how to do it
The text was updated successfully, but these errors were encountered: