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

senza respawn-instances with Elastigroup: make gracePeriod configurable #549

Open v-stepanov opened 5 years ago

v-stepanov commented 5 years ago

Currently the senza respawn-instances ... will trigger Deploy endpoint of Elastigroup. However there is no way to configure gracePeriod property. It is currently hard-coded as 600 seconds. That makes deployment really slow and the only way to speed it up is to increase the batch size. I think it will make sense to make gracePeriod configurable.