mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Pass cleanup argument to start_monitor. (#1040)
This commit is contained in:
parent
97b3355adc
commit
0d90a17426
1 changed files with 2 additions and 1 deletions
|
@ -889,7 +889,8 @@ def start_ray_processes(address_info=None,
|
|||
start_monitor(redis_address,
|
||||
node_ip_address,
|
||||
stdout_file=monitor_stdout_file,
|
||||
stderr_file=monitor_stderr_file)
|
||||
stderr_file=monitor_stderr_file,
|
||||
cleanup=cleanup)
|
||||
|
||||
if redis_shards == []:
|
||||
# Get redis shards from primary redis instance.
|
||||
|
|
Loading…
Add table
Reference in a new issue