Add ability to not start Monitor when calling ray start (#13505)

This commit is contained in:
Ameer Haj Ali
2021-01-19 04:31:53 +02:00
committed by GitHub
parent fb16dd5265
commit 1fbc3ddfac
3 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -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()