-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Ready signal not respected anymore #2996
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
Labels
Comments
Can you try with the development version (probably related to #2956): $ npm install Unitech/pm2#development -g
$ pm2 update
[...] |
I have already tried that but to make sure I ran it again with the same result:
|
Unitech
added a commit
that referenced
this issue
Jul 4, 2017
nice catch, just fixed.
|
Yep, works. Thanks!
|
great, reopening and adding the label pending release |
Published on PM2 2.6.0: $ npm install pm2@latest -g
$ pm2 update |
inerc
pushed a commit
to inerc/pm2
that referenced
this issue
Feb 11, 2020
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
What's going wrong?
There seems to be a regression causing the ready signal to be ignored by PM2.
How could we reproduce this issue?
pm2 reload test
:At
#1
the worker declares itself as ready. Right after the old worker receives SIGINT#2
and starts to exit. All good.At
#1
the new worker declares itself ready but the signal is ignored. The old worker receives SIGINT#2
only after the listen_timeout kicks in.Supporting information
The text was updated successfully, but these errors were encountered: