-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support graceful shutdown by unix signals (#298)
* stamp: conn drain * stamp: make `graceful-exit-timeout` flag as default * stamp: consider graceful shutdown for http connection * stamp: clippy and adjust warning message * stamp: update integration test macro * stamp: expose some debug metrics * stamp: polishing integration tests and add a test for graceful shutdown * stamp: realign expected test output * stamp: polishing * stamp: final adjustment * stamp: add `test_indefinitely.sh` into `scripts` * stamp: introduce `experimental-graceful-exit-keepalive-deadline-ratio` flag * stamp: add a comment * stamp: update `Cargo.lock` * stamp: adjust unix signal handling routine
- Loading branch information
1 parent
4cb0bb7
commit 28faf77
Showing
8 changed files
with
482 additions
and
98 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.