Sometimes I want to change some config in an app, like an environment variable, without also restarting the app/service, so that the new config is picked up next time the app is deployed, and so that there is no disruption caused by restarting the app/service when this is not necessary.
Sometimes I want to change some config in an app, like an environment variable, without also restarting the app/service, so that the new config is picked up next time the app is deployed, and so that there is no disruption caused by restarting the app/service when this is not necessary.