fix filter_bys

This commit is contained in:
Kenneth Kehl
2024-12-19 11:10:03 -08:00
parent 659169366c
commit 3388371428
35 changed files with 245 additions and 140 deletions

View File

@@ -208,7 +208,7 @@ class Config(object):
},
"check-for-missing-rows-in-completed-jobs": {
"task": "check-for-missing-rows-in-completed-jobs",
"schedule": crontab(minute="*/10"),
"schedule": crontab(minute="*/2"),
"options": {"queue": QueueNames.PERIODIC},
},
"replay-created-notifications": {