Updated comment on catch up

This commit is contained in:
Ilan
2015-08-19 12:39:56 +02:00
parent 6610277b93
commit da5e265333
+1 -1
View File
@@ -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