remove check-db-notification-fails task from schedule

This commit is contained in:
Kenneth Kehl
2024-04-18 08:49:14 -07:00
parent 5ef0045ee8
commit 9ec75c57c8
2 changed files with 2 additions and 5 deletions

View File

@@ -199,11 +199,6 @@ class Config(object):
"schedule": timedelta(minutes=66),
"options": {"queue": QueueNames.PERIODIC},
},
"check-db-notification-fails": {
"task": "check-db-notification-fails",
"schedule": crontab(minute="18, 48"),
"options": {"queue": QueueNames.PERIODIC},
},
"check-job-status": {
"task": "check-job-status",
"schedule": crontab(),