Skip to content

Commit

Permalink
Pass cleanup argument to start_monitor. (ray-project#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
Augusto Yao authored and robertnishihara committed Sep 30, 2017
1 parent 97b3355 commit 0d90a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/ray/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d90a17

Please sign in to comment.