Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 30, 2024
1 parent ad2d00f commit f1acb82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def monitor_jobs():

for job_data in jobs_data["nodes"]:
job = job_handler.queued.get(job_data["id"])
app.logger.info(f"Fetched job status {job_data['status']}")
if job_data["status"] != "QUEUED":
job = job_handler.queued.pop(job_data["id"], None)
if job:
Expand Down

0 comments on commit f1acb82

Please sign in to comment.