mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 18:52:30 -05:00
try again
This commit is contained in:
@@ -138,7 +138,6 @@ def check_job_status():
|
|||||||
# if they haven't been re-processed in time.
|
# if they haven't been re-processed in time.
|
||||||
job_ids = []
|
job_ids = []
|
||||||
for job in jobs_not_complete_after_allotted_time:
|
for job in jobs_not_complete_after_allotted_time:
|
||||||
print(f"HERE IS A FREAKING JOB {job}")
|
|
||||||
dao_update_job_status_to_error(job)
|
dao_update_job_status_to_error(job)
|
||||||
job_ids.append(str(job.id))
|
job_ids.append(str(job.id))
|
||||||
if job_ids:
|
if job_ids:
|
||||||
|
|||||||
Reference in New Issue
Block a user