This commit is contained in:
Kenneth Kehl
2024-07-19 15:02:54 -07:00
parent 875d378b3d
commit 4d24b8257e
2 changed files with 4 additions and 5 deletions

View File

@@ -251,7 +251,7 @@ class Config(object):
},
"regenerate-job-cache": {
"task": "regenerate-job-cache",
"schedule": crontab(),
"schedule": crontab(minute="*/30"),
"options": {"queue": QueueNames.PERIODIC},
},
"cleanup-unfinished-jobs": {