Re: cf restage and downtime
Dieu Cao <dcao@...>
Hi Peter,
toggle quoted message
Show quoted text
Actually `cf restage` does cause down time. It will stop existing instances, stage the new app bits with the buildpack, and start new instances. It's possible that your app may start quickly enough that you aren't seeing down time. It's recommended, that for now, you should use a blue-green deployment strategy to ensure there is no down time to your users. If you just need your app to pick up environment variables that aren't required during staging, you could also just restart your app instead of restaging with each change. -Dieu On Fri, Jul 3, 2015 at 9:17 AM, Peter Dotchev <dotchev(a)gmail.com> wrote:
Hello, |
|