mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 02:46:49 +08:00
Add ability to not start Monitor when calling ray start (#13505)
This commit is contained in:
+2
-1
@@ -779,7 +779,8 @@ class Node:
|
||||
|
||||
self.start_gcs_server()
|
||||
|
||||
self.start_monitor()
|
||||
if not self._ray_params.no_monitor:
|
||||
self.start_monitor()
|
||||
|
||||
if self._ray_params.ray_client_server_port:
|
||||
self.start_ray_client_server()
|
||||
|
||||
Reference in New Issue
Block a user