-
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
PM2 doesn't respect status flag upon resurrect #2654
Comments
I just discovered this bug and it's frankly annoying. Hopefully fixed soon? |
+1 |
landing on 4.x |
inerc
pushed a commit
to inerc/pm2
that referenced
this issue
Feb 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If reporting a bug, please use the following template.
Expected behaviour
If I stop some processes and dump/save I expect those processes to be stopped when I restart the computer.
Actual behaviour
If I stop some processes then run pm2 dump and restart the computer, the stopped processed will be in online mode upon restart even though the status is still at stopped in the dump file.
Steps to reproduce
Software versions used
PM2 Log output
Use the command:
tail --lines 50 ~/.pm2/pm2.log
cf CONTRIBUTING.md for more informations
The text was updated successfully, but these errors were encountered: