From da5e265333f1e65cfc448b8b9051e61f4b5caa2f Mon Sep 17 00:00:00 2001 From: Ilan Date: Wed, 19 Aug 2015 12:39:56 +0200 Subject: [PATCH] Updated comment on catch up --- django_q/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_q/conf.py b/django_q/conf.py index 9a011ab..9fb5f6d 100644 --- a/django_q/conf.py +++ b/django_q/conf.py @@ -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