fix schedule

This commit is contained in:
Kenneth Kehl
2025-08-06 12:17:53 -07:00
parent 1d3768a48d
commit 9cbe8c0cae

View File

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