diff --git a/app/config.py b/app/config.py index 27cad9d03..13d9daf9d 100644 --- a/app/config.py +++ b/app/config.py @@ -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": {