We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d5158 commit 054f6dbCopy full SHA for 054f6db
scripts/maintenance/computational-clusters/autoscaled_monitor/core.py
@@ -456,12 +456,12 @@ def _print_summary_as_json(
456
for worker in cluster.workers
457
],
458
"datasets": cluster.datasets,
459
- "processing_jobs": cluster.processing_jobs,
+ "tasks": cluster.task_states_to_tasks,
460
}
461
for cluster in computational_clusters
462
463
464
- rich.print_json(json.dumps(result, indent=2))
+ rich.print_json(json.dumps(result))
465
466
467
async def summary(
0 commit comments