Skip to content

Commit 054f6db

Browse files
committed
print all
1 parent 25d5158 commit 054f6db

File tree

1 file changed

+2
-2
lines changed
  • scripts/maintenance/computational-clusters/autoscaled_monitor

1 file changed

+2
-2
lines changed

scripts/maintenance/computational-clusters/autoscaled_monitor/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,12 +456,12 @@ def _print_summary_as_json(
456456
for worker in cluster.workers
457457
],
458458
"datasets": cluster.datasets,
459-
"processing_jobs": cluster.processing_jobs,
459+
"tasks": cluster.task_states_to_tasks,
460460
}
461461
for cluster in computational_clusters
462462
],
463463
}
464-
rich.print_json(json.dumps(result, indent=2))
464+
rich.print_json(json.dumps(result))
465465

466466

467467
async def summary(

0 commit comments

Comments
 (0)