Re: cf restart-app-instance and environment variables #cf
Daniel Mikusa
On Tue, Jun 19, 2018 at 12:45 AM, Preetam Palwe <preetam.palwe@...> wrote:
I'd guess that it's because you don't ever want to have an inconsistent state across your app instances. If you were able to use `cf restart-app-instance` and see this change then you'd have one app instance which could see it and possibly other app instances that cannot (at least until they're all restarted this way). Conversely, `cf restart` will restart all of your app instances so they'll all see the new variable and everything will be consistent. Inconsistency is bad, the platform is trying to protect you. Dan
|
|