mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
fix schedule
This commit is contained in:
@@ -251,7 +251,7 @@ class Config(object):
|
|||||||
},
|
},
|
||||||
"delete_old_s3_objects": {
|
"delete_old_s3_objects": {
|
||||||
"task": "delete-old-s3-objects",
|
"task": "delete-old-s3-objects",
|
||||||
"schedule": crontab(minute="*/5"),
|
"schedule": crontab(hour=7, minute=10),
|
||||||
"options": {"queue": QueueNames.PERIODIC},
|
"options": {"queue": QueueNames.PERIODIC},
|
||||||
},
|
},
|
||||||
"regenerate-job-cache": {
|
"regenerate-job-cache": {
|
||||||
|
|||||||
Reference in New Issue
Block a user