From 7d582563fdf0ca01fc83029978a41dcb0c296ce6 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 29 Nov 2023 09:08:07 -0800 Subject: [PATCH] fix crontab --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index ea064a70f..42522ae17 100644 --- a/app/config.py +++ b/app/config.py @@ -201,7 +201,7 @@ class Config(object): }, "check-db-notification-fails": { "task": "check-db-notification-fails", - "schedule": timedelta(minutes=2), + "schedule": crontab(minute="18, 48"), "options": {"queue": QueueNames.PERIODIC}, }, "check-job-status": {