Skip to content

Commit 4292a6e

Browse files
committed
Updated documentation from 'develop' branch.
2 parents 0929563 + 1bc954c commit 4292a6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/configuration.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ maintain_initial_size
123123
"""""""""""""""""""""
124124
Boolean flag to set autoscaling group to maintain initial size.
125125

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.
127129

128130
Defaults to false for the default template. ::
129131

@@ -307,7 +309,7 @@ Settings section relation to scaling
307309

308310
See :ref:`Scaling Section <scaling_section>`. ::
309311

310-
scaling = custom
312+
scaling_settings = custom
311313

312314
.. _vpc_section:
313315

0 commit comments

Comments
 (0)