-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restarting a running app does not respond to env changes #832
Comments
This was referenced Nov 22, 2014
This is also a problem for us, because it breaks 0-downtime deployment. You have to delete and then start the processes to refresh the ecosystem successfully. |
This will be no problem with the dev-branch, be patient and waiting for the release. x) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there are 2 variations of this problem:
changing value of
--env
in the command does not use the new envthe app will still be using the foo env
changing values to be set via env does not use the new values
pm2.json
update pm2.json
at this point the app will still be using 8000 as the port.
The text was updated successfully, but these errors were encountered: