-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Restore graceful restart on SIGHUP #10224
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
Restore graceful restart on SIGHUP #10224
Conversation
bfdc4d2
to
b192b63
Compare
Codecov Report
@@ Coverage Diff @@
## master #10224 +/- ##
==========================================
- Coverage 43.64% 43.64% -0.01%
==========================================
Files 576 576
Lines 79716 79787 +71
==========================================
+ Hits 34791 34820 +29
- Misses 40627 40664 +37
- Partials 4298 4303 +5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks better than before. 👀
make L-G-T-M work |
There was a mistaken change in #10001 which broke graceful restart on SIGHUP.
This PR restores this.