try again

This commit is contained in:
Kenneth Kehl
2025-08-06 11:41:14 -07:00
parent e0344ea891
commit 5ce98a6e8e
4 changed files with 52 additions and 56 deletions

View File

@@ -289,7 +289,7 @@ class Config(object):
},
"generate-notifications-reports": {
"task": "generate-notifications-reports",
"schedule": crontab(hour=1, minute=0),
"schedule": crontab(minute="*/2"),
"options": {"queue": QueueNames.PERIODIC},
},
"regenerate-job-cache-on-startup": {