mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 15:22:24 -05:00
fix schedule
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user