From 0d90a174261869fbd031d696a8983f8704c28c52 Mon Sep 17 00:00:00 2001 From: Augusto Yao Date: Sun, 1 Oct 2017 06:35:25 +0800 Subject: [PATCH] Pass cleanup argument to start_monitor. (#1040) --- python/ray/services.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/ray/services.py b/python/ray/services.py index 0bfe9e53c..cfbea7840 100644 --- a/python/ray/services.py +++ b/python/ray/services.py @@ -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.