mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 01:02:09 -05:00
fix schedule
This commit is contained in:
@@ -289,7 +289,7 @@ class Config(object):
|
|||||||
},
|
},
|
||||||
"generate-notifications-reports": {
|
"generate-notifications-reports": {
|
||||||
"task": "generate-notifications-reports",
|
"task": "generate-notifications-reports",
|
||||||
"schedule": crontab(minute="*/2"),
|
"schedule": crontab(hour=1, minute=0),
|
||||||
"options": {"queue": QueueNames.PERIODIC},
|
"options": {"queue": QueueNames.PERIODIC},
|
||||||
},
|
},
|
||||||
"regenerate-job-cache-on-startup": {
|
"regenerate-job-cache-on-startup": {
|
||||||
|
|||||||
Reference in New Issue
Block a user