Skip to content

Commit

Permalink
fixup! Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 25, 2024
1 parent c97b1bd commit 585f8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def extract_jobs_metrics_from_data(jobs_data: dict, queued_node_ids_set: set):

for job in jobs_data["nodes"]:

if job["status"] != "queued":
if job["status"] != "QUEUED":
queued_node_ids_set.discard(job["id"])
continue

Expand Down

0 comments on commit 585f8fb

Please sign in to comment.