-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Catch_up States #110
Comments
The current behavior for |
Thanks for the clarification. I think what threw me off was this statement:
found in the Missed schedules section of this page: https://django-q.readthedocs.org/en/latest/schedules.html |
Some of it I wrote in a hurry ;) I'll see if I can make it a little clearer. What happens in the code by default is this:
So if the schedule was 24 hours behind, it will be rescheduled to 23 hours behind. Setting This way you always preserve the original run time, day of the week etc of the schedule. |
Does #112 make it a little clearer? |
I think so. Thank you a again for the clarification! I'm looking forward to On Sun, Nov 8, 2015 at 4:45 AM Ilan Steemers notifications@github.com
|
* Correct health check import in examples.rst * Update monitor.rst --------- Co-authored-by: Stan Triepels <1939656+GDay@users.noreply.github.com>
I would like to see the option to catch up from missed tasks to 3 states instead of 2. The states would be:
None: Same effect as current boolean False
Once: Instead of all missed occurrences, this just executes the missed task(s) one time.
All: Same effect as current boolean True
The text was updated successfully, but these errors were encountered: