mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Fix typo in config
This commit is contained in:
@@ -198,8 +198,8 @@ class Config(object):
|
|||||||
'schedule': crontab(),
|
'schedule': crontab(),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
},
|
},
|
||||||
'check_for_missing_rows_in_completed_jobs': {
|
'check-for-missing-rows-in-completed-jobs': {
|
||||||
'task': 'check-job-status',
|
'task': 'check-for-missing-rows-in-completed-jobs',
|
||||||
'schedule': crontab(minute='*/10'),
|
'schedule': crontab(minute='*/10'),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user