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": {