mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-29 05:51:51 -05: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": {
|
||||
"task": "check-for-missing-rows-in-completed-jobs",
|
||||
"schedule": crontab(minute="*/2"),
|
||||
"schedule": crontab(minute="*/10"),
|
||||
"options": {"queue": QueueNames.PERIODIC},
|
||||
},
|
||||
"replay-created-notifications": {
|
||||
|
||||
Reference in New Issue
Block a user