mirror of
https://github.com/wassname/ray.git
synced 2026-07-14 11:17:54 +08:00
Update documentation regarding UI and timeline. (#4189)
This commit is contained in:
committed by
Philipp Moritz
parent
962b17f567
commit
f21e6a2cff
@@ -1870,9 +1870,6 @@ def connect(info,
|
||||
if hasattr(main, "__file__") else "INTERACTIVE MODE")
|
||||
}
|
||||
worker.redis_client.hmset(b"Drivers:" + worker.worker_id, driver_info)
|
||||
if (not worker.redis_client.exists("webui")
|
||||
and info["webui_url"] is not None):
|
||||
worker.redis_client.hmset("webui", {"url": info["webui_url"]})
|
||||
elif mode == WORKER_MODE:
|
||||
# Register the worker with Redis.
|
||||
worker_dict = {
|
||||
|
||||
Reference in New Issue
Block a user