notify-api-427 bug with worker failures

This commit is contained in:
Kenneth Kehl
2023-08-18 07:50:48 -07:00
parent 114aa45f19
commit 721e572796

View File

@@ -195,11 +195,6 @@ class Config(object):
'schedule': crontab(),
'options': {'queue': QueueNames.PERIODIC}
},
'tend-providers-back-to-middle': {
'task': 'tend-providers-back-to-middle',
'schedule': crontab(minute='*/5'),
'options': {'queue': QueueNames.PERIODIC}
},
'check-for-missing-rows-in-completed-jobs': {
'task': 'check-for-missing-rows-in-completed-jobs',
'schedule': crontab(minute='*/10'),