From 9cbe8c0caecb1428267ae51cfbada48b3fe850d2 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 6 Aug 2025 12:17:53 -0700 Subject: [PATCH] fix schedule --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index 6e3907fd0..16267c63e 100644 --- a/app/config.py +++ b/app/config.py @@ -289,7 +289,7 @@ class Config(object): }, "generate-notifications-reports": { "task": "generate-notifications-reports", - "schedule": crontab(minute="*/2"), + "schedule": crontab(hour=1, minute=0), "options": {"queue": QueueNames.PERIODIC}, }, "regenerate-job-cache-on-startup": {