This commit is contained in:
Your Name
2026-04-17 12:30:31 +08:00
parent 954a6a2c65
commit dc34a4e294
4 changed files with 472 additions and 1 deletions

View File

@@ -435,6 +435,7 @@ def append_runtime_projection_if_changed(
"items_pending": active_job.get("items_pending", 0),
"items_running": active_job.get("items_running", 0),
"items_failed": active_job.get("items_failed", 0),
"node_stats": list(active_job.get("node_stats") or []),
},
"cluster_summary": {
"nodes_total": int(cluster.get("nodes_total", 0) or 0),