fix schedule

This commit is contained in:
Kenneth Kehl
2024-09-11 08:50:29 -07:00
parent 2f9fea909e
commit 564ae06383

View File

@@ -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": {