zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way

Home Page:https://pypi.python.org/pypi/stups-senza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

senza respawn-instances with Elastigroup: make gracePeriod configurable

v-stepanov opened this issue · comments

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.