revert change to task schedule

This commit is contained in:
Kenneth Kehl
2024-09-25 12:32:30 -07:00
parent ec6bfd8225
commit 291890b154

View File

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