try again

This commit is contained in:
Kenneth Kehl
2024-12-30 11:55:08 -08:00
parent bf497d8896
commit 3da4755fc2

View File

@@ -138,7 +138,6 @@ def check_job_status():
# if they haven't been re-processed in time.
job_ids = []
for job in jobs_not_complete_after_allotted_time:
job.job_status = JobStatus.ERROR
dao_update_job_status_to_error(job)
job_ids.append(str(job.id))
if job_ids: