Skip to content

Commit

Permalink
Run
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 24, 2024
1 parent 90b0f12 commit 0653e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def monitor_queued_jobs():
if not node_ids:
return

jobs_data = query_nodes(node_ids)
jobs_data = query_nodes(list(node_ids))
for job in jobs_data["data"]["nodes"]:
context_details = {
"action": "monitor_queued",
Expand Down

0 comments on commit 0653e17

Please sign in to comment.