mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
fix filter_bys
This commit is contained in:
@@ -159,6 +159,7 @@ def replay_created_notifications():
|
||||
|
||||
@notify_celery.task(name="check-for-missing-rows-in-completed-jobs")
|
||||
def check_for_missing_rows_in_completed_jobs():
|
||||
|
||||
jobs = find_jobs_with_missing_rows()
|
||||
for job in jobs:
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user