Added option to gracefully shut down CAPIO server with SIGUSR1#157
Merged
Conversation
10d542e to
ddb7b03
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## capio-v2 #157 +/- ##
============================================
- Coverage 44.83% 44.69% -0.14%
============================================
Files 79 79
Lines 4403 4423 +20
Branches 2616 2630 +14
============================================
+ Hits 1974 1977 +3
- Misses 1195 1210 +15
- Partials 1234 1236 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ddb7b03 to
afc488a
Compare
afc488a to
f1c0e1f
Compare
a24cd26 to
081ce5c
Compare
e4cefc5 to
59a33bd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new mechanism to gracefully shut down the capio_server component. To use this feature, send the SIGUSR1 signal to the CAPIO server component instead of the usual SIGTERM. The capio_server instance will then:
And finally terminate the execution.
Other changes carried out includes: