[autoscaler] Fix cluster_shutdown using wrong args (#9252)

This commit is contained in:
Ian Rodney
2020-07-02 09:34:50 -07:00
committed by GitHub
parent 29acf272b7
commit f1173d55e0
+1 -1
View File
@@ -137,7 +137,7 @@ def teardown_cluster(config_file, yes, workers_only, override_cluster_name,
if not workers_only:
try:
exec_cluster(config_file, "ray stop", False, False, False, False,
exec_cluster(config_file, "ray stop", "auto", False, False, False,
False, override_cluster_name, None, False)
except Exception:
logger.exception("Ignoring error attempting a clean shutdown.")