mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 14:55:50 +08:00
Give better error when include_webui=1 and webui can't be started. (#4471)
This commit is contained in:
committed by
Philipp Moritz
parent
7a9d1546d4
commit
8548f12eb2
+2
-2
@@ -316,8 +316,8 @@ class Node(object):
|
||||
self.all_processes[ray_constants.PROCESS_TYPE_DASHBOARD] = [
|
||||
process_info
|
||||
]
|
||||
redis_client = self.create_redis_client()
|
||||
redis_client.hmset("webui", {"url": self._webui_url})
|
||||
redis_client = self.create_redis_client()
|
||||
redis_client.hmset("webui", {"url": self._webui_url})
|
||||
|
||||
def start_plasma_store(self):
|
||||
"""Start the plasma store."""
|
||||
|
||||
Reference in New Issue
Block a user