mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-04 18:08:24 -04:00
fix time schedule for missing rows
This commit is contained in:
@@ -237,7 +237,7 @@ class Config(object):
|
|||||||
},
|
},
|
||||||
"check-for-missing-rows-in-completed-jobs": {
|
"check-for-missing-rows-in-completed-jobs": {
|
||||||
"task": "check-for-missing-rows-in-completed-jobs",
|
"task": "check-for-missing-rows-in-completed-jobs",
|
||||||
"schedule": crontab(minute="*/2"),
|
"schedule": crontab(minute="*/10"),
|
||||||
"options": {"queue": QueueNames.PERIODIC},
|
"options": {"queue": QueueNames.PERIODIC},
|
||||||
},
|
},
|
||||||
"replay-created-notifications": {
|
"replay-created-notifications": {
|
||||||
|
|||||||
Reference in New Issue
Block a user