-
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
Cluster process not killed when listening on SIGINT process #2061
Comments
Update available ([email protected] - latest stable):
Please re-open this issue if you notice any problem, |
I've had this occur on a recent version of pm2. The app that crashed is #3, and has been renamed to APPNAME for privacy reasons. Unrelated applications renamed to APP. As you can see, I had to run pm2 update, and then kill it after it hung, before running it again. If this occurs again, is there anything I can do to log with additional verbosity when running pm2 update? Might be able to determine what causes it to hang, and perhaps that would aid in root cause analysis.
|
I am having the same issue on version 3.1.3. |
I'm having this issue too |
1 similar comment
I'm having this issue too |
I got this issue with [email protected] |
got this issue on v5.1.0 |
This is still an issue on pm2 5.1.2 pm2 update always fixes it but that defeats the purpose of pm2 reload. |
This issue is still occurring and should be re-opened. |
#1983 #1974 #1748 #1043 #2043 #1702 #1422
Replace Node.js process.kill by treeKill
Bug:
pid can not be killed Error: kill ESRCH
The text was updated successfully, but these errors were encountered: