[autoscaler] Add an aggressive_autoscaling flag (#4285)

This commit is contained in:
Daniel Edgecumbe
2019-04-13 18:44:32 -07:00
committed by Robert Nishihara
parent 56a78baf67
commit 3e1adafbce
11 changed files with 113 additions and 17 deletions
@@ -14,6 +14,11 @@ max_workers: 2
# subsequent `ray up`) this number of nodes will be started.
initial_workers: 0
# Whether or not to autoscale aggressively. If this is enabled, if at any point
# we would start more workers, we start at least enough to bring us to
# initial_workers.
autoscaling_mode: default
# This executes all commands on all nodes in the docker container,
# and opens all the necessary ports to support the Ray cluster.
# Empty string means disabled.