This commit is contained in:
Kenneth Kehl
2024-09-26 15:17:57 -07:00
parent 1569de2afd
commit 096e3a367d
2 changed files with 1 additions and 7 deletions

View File

@@ -271,7 +271,7 @@ class Config(object):
},
"clean-job-cache": {
"task": "clean-job-cache",
"schedule": crontab(minute="*/5"),
"schedule": crontab(hour=2, minute=11),
"options": {"queue": QueueNames.PERIODIC},
},
"cleanup-unfinished-jobs": {