You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/configuration.rst
+4-2
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,9 @@ maintain_initial_size
123
123
"""""""""""""""""""""
124
124
Boolean flag to set autoscaling group to maintain initial size.
125
125
126
-
If set to true, the autoscaling group can scale down to 0 compute instances if there are no jobs for a period of time.
126
+
If set to true, the Auto Scaling group will never have fewer members than the value of initial_queue_size. It will still allow the cluster to scale up to the value of max_queue_size.
127
+
128
+
Setting to false allows the Auto Scaling group to scale down to 0 members, so resources will not sit idle when they aren't needed.
127
129
128
130
Defaults to false for the default template. ::
129
131
@@ -307,7 +309,7 @@ Settings section relation to scaling
0 commit comments