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

senza respawn and deployment with Elastigroup blocked by previously failed deployment #558

Open cjander opened 5 years ago

cjander commented 5 years ago

When in the past a deployment of an Elastigroup failed, the deployment does not reach a final state, it is still running until stopped manually. Due to this a new deploy or respawn will fail with "Can't have 2 Rolls at the same time. Please stop the previous one."

These kind of errors are not handled in or forwarded to the cli, the user just gets "Unknown Error: 400 Client Error" and is clueless about what happened.