From 9ad94e33d611905347522c493ad58fe0237c87a2 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Fri, 27 Apr 2018 19:44:21 -0700 Subject: [PATCH] updates (#1958) --- python/ray/autoscaler/autoscaler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/autoscaler/autoscaler.py b/python/ray/autoscaler/autoscaler.py index 2e2f9593c..d5a5336f4 100644 --- a/python/ray/autoscaler/autoscaler.py +++ b/python/ray/autoscaler/autoscaler.py @@ -224,7 +224,7 @@ class StandardAutoscaler(object): max_concurrent_launches=AUTOSCALER_MAX_CONCURRENT_LAUNCHES, max_failures=AUTOSCALER_MAX_NUM_FAILURES, process_runner=subprocess, - verbose_updates=False, + verbose_updates=True, node_updater_cls=NodeUpdaterProcess, update_interval_s=AUTOSCALER_UPDATE_INTERVAL_S): self.config_path = config_path