mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 14:31:15 +08:00
Use gcs server to replace raylet monitor when RAY_GCS_SERVICE_ENABLED=true (#7166)
This commit is contained in:
+3
-1
@@ -620,9 +620,11 @@ class Node:
|
||||
|
||||
if os.environ.get(ray_constants.RAY_GCS_SERVICE_ENABLED, None):
|
||||
self.start_gcs_server()
|
||||
else:
|
||||
self.start_raylet_monitor()
|
||||
|
||||
self.start_monitor()
|
||||
self.start_raylet_monitor()
|
||||
|
||||
if self._ray_params.include_webui:
|
||||
self.start_dashboard(require_webui=True)
|
||||
elif self._ray_params.include_webui is None:
|
||||
|
||||
Reference in New Issue
Block a user