Currently, the autoscaler only scales existing machines because they are much faster to start/stop than creating new machines. However, it'd be great to support the creation of new machines ahead of possible scaling.
We should support min_created_machine_count and max_created_machine_count expressions so we can create additional machines as needed.
Currently, the autoscaler only scales existing machines because they are much faster to start/stop than creating new machines. However, it'd be great to support the creation of new machines ahead of possible scaling.
We should support
min_created_machine_count
andmax_created_machine_count
expressions so we can create additional machines as needed.