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 72 forks source link

LB health checks configurations. #557

Closed olevchyk closed 4 years ago

olevchyk commented 5 years ago

This PR adds health checks related settings to be configurable from AppLoadBalancer senza section. Found that we can set HealthCheckGracePeriod for AutoScalingGroup to avoid failing of long-starting apps, but still having these settings configurable would something nice to have.

olevchyk commented 5 years ago

failing tests fixed in https://github.com/zalando-stups/senza/pull/556