mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
Fix incompatibility with most recent version of Redis. (#3379)
* Fix incompatibility with most recent version of Redis. * Fix * Fixes.
This commit is contained in:
committed by
Devin Petersohn
parent
18a8dbfcfb
commit
3856533065
@@ -1162,7 +1162,6 @@ def start_worker(node_ip_address,
|
||||
sys.executable, "-u", worker_path,
|
||||
"--node-ip-address=" + node_ip_address,
|
||||
"--object-store-name=" + object_store_name,
|
||||
"--local-scheduler-name=" + local_scheduler_name,
|
||||
"--redis-address=" + str(redis_address),
|
||||
"--temp-dir=" + get_temp_root()
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user