Fix typo in config

This commit is contained in:
Rebecca Law
2019-11-06 10:56:37 +00:00
parent fd0c12912a
commit 9def176e7a

View File

@@ -198,8 +198,8 @@ class Config(object):
'schedule': crontab(),
'options': {'queue': QueueNames.PERIODIC}
},
'check_for_missing_rows_in_completed_jobs': {
'task': 'check-job-status',
'check-for-missing-rows-in-completed-jobs': {
'task': 'check-for-missing-rows-in-completed-jobs',
'schedule': crontab(minute='*/10'),
'options': {'queue': QueueNames.PERIODIC}
},