Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Dec 30, 2024
1 parent bf497d8 commit 3da4755
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/celery/scheduled_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3da4755

Please sign in to comment.