mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:38:18 +08:00
[autoscaler] Fix cluster_shutdown using wrong args (#9252)
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user