mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 08:45:20 +08:00
Refactor dashboard codebase to improve modularity (#6330)
* Refactor dashboard codebase to improve modularity * Simplify feature interface * Use arrow notation in makeFeature argument types * Use separate components for node and worker features rather than a single conditionally-rendered component * Add comments about Ray worker process titles * Add comments to non-obvious fields in node info API response
This commit is contained in:
@@ -49,7 +49,7 @@ def jsonify_asdict(o):
|
||||
|
||||
|
||||
def is_worker(cmdline):
|
||||
return cmdline and cmdline[0].startswith("ray_")
|
||||
return cmdline and cmdline[0].startswith("ray::")
|
||||
|
||||
|
||||
def to_posix_time(dt):
|
||||
|
||||
Reference in New Issue
Block a user