zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way
https://pypi.python.org/pypi/stups-senza
Other
96 stars 71 forks source link

overwrite minSize instances if 0 #571

Closed mschwitalla closed 3 years ago

mschwitalla commented 4 years ago

If the MinSize number of the autoscaling group was 0 and the user wants to scale up, we are overwriting MinSize with the new desired capacity. Users might not be aware of the fact that their stack might be downscaled after a time.

mschwitalla commented 4 years ago

@lmineiro @jmcs The build is failing for some reason. Looking at travis it seems to be related to some errors in the setup? Can you help?

Running the tests locally works

mschwitalla commented 4 years ago

Is anybody able to help me with the build pipeline?

jmcs commented 3 years ago

@mschwitalla can you rebase your branch on the latest master?

mschwitalla commented 3 years ago

@jmcs done

jmcs commented 3 years ago

:+1:

mschwitalla commented 3 years ago

👍