mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-24 03:08:13 +08:00
Updated comment on catch up
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ class Conf(object):
|
||||
SYNC = conf.get('sync', False)
|
||||
|
||||
# If set to False the scheduler won't execute tasks in the past.
|
||||
# Instead it will reschedule the next run in the future. Defaults to True.
|
||||
# Instead it will run once and reschedule the next run in the future. Defaults to True.
|
||||
CATCH_UP = conf.get('catch_up', True)
|
||||
|
||||
# Use the secret key for package signing
|
||||
|
||||
Reference in New Issue
Block a user