Skip to content

Commit

Permalink
[Dashboard] Optimizing performance of Ray Dashboard (ray-project#47617)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Kudinkin <ak@anyscale.com>
Signed-off-by: ujjawal-khare <ujjawal.khare@dream11.com>
  • Loading branch information
alexeykudinkin authored and ujjawal-khare committed Oct 15, 2024
1 parent 0b58c79 commit fd46007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/dashboard/datacenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _extract_workers_for_node(cls, node_physical_stats, node_stats):
for worker in node_physical_stats.get("workers", []):
worker = dict(worker)
pid = worker["pid"]

core_worker_stats = pid_to_worker_stats.get(pid)
# Empty list means core worker stats is not available.
worker["coreWorkerStats"] = [core_worker_stats] if core_worker_stats else []
Expand Down

0 comments on commit fd46007

Please sign in to comment.