Update documentation regarding UI and timeline. (#4189)

This commit is contained in:
Robert Nishihara
2019-03-01 19:54:33 -08:00
committed by Philipp Moritz
parent 962b17f567
commit f21e6a2cff
6 changed files with 21 additions and 252 deletions
-3
View File
@@ -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 = {