mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Fix bug when connecting to password-secured cluster (#3083)
This commit is contained in:
parent
8fcdafc6ea
commit
fa469783d8
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ def get_address_info_from_redis(redis_address,
|
|||
redis_address,
|
||||
node_ip_address,
|
||||
use_raylet=use_raylet,
|
||||
redis_password=None)
|
||||
redis_password=redis_password)
|
||||
except Exception:
|
||||
if counter == num_retries:
|
||||
raise
|
||||
|
|
Loading…
Add table
Reference in a new issue