mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 13:37:39 +08:00
Enable GCS Service by default (#7541)
This commit is contained in:
+1
-1
@@ -626,7 +626,7 @@ class Node:
|
||||
# If this is the head node, start the relevant head node processes.
|
||||
self.start_redis()
|
||||
|
||||
if os.environ.get(ray_constants.RAY_GCS_SERVICE_ENABLED, None):
|
||||
if os.environ.get(ray_constants.RAY_GCS_SERVICE_ENABLED, True):
|
||||
self.start_gcs_server()
|
||||
else:
|
||||
self.start_raylet_monitor()
|
||||
|
||||
Reference in New Issue
Block a user