diff --git a/app/config.py b/app/config.py index e063ec5c7..829d546d9 100644 --- a/app/config.py +++ b/app/config.py @@ -198,6 +198,11 @@ class Config(object): 'schedule': crontab(), 'options': {'queue': QueueNames.PERIODIC} }, + 'check_for_missing_rows_in_completed_jobs': { + 'task': 'check-job-status', + 'schedule': crontab(minute='*/10'), + 'options': {'queue': QueueNames.PERIODIC} + }, 'replay-created-notifications': { 'task': 'replay-created-notifications', 'schedule': crontab(minute='0, 15, 30, 45'),