From f94650c19e1116dbb4657f7bc8d302d3eda57277 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 21 Jan 2025 09:45:09 -0800 Subject: [PATCH] fix time schedule for missing rows --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {