mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-12 05:31:16 -05:00
revert change to task schedule
This commit is contained in:
@@ -256,7 +256,7 @@ class Config(object):
|
||||
},
|
||||
"regenerate-job-cache": {
|
||||
"task": "regenerate-job-cache",
|
||||
"schedule": crontab(minute="*/3"),
|
||||
"schedule": crontab(minute="*/30"),
|
||||
"options": {"queue": QueueNames.PERIODIC},
|
||||
},
|
||||
"regenerate-job-cache-on-startup": {
|
||||
|
||||
Reference in New Issue
Block a user