This repository has been archived by the owner on Nov 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle external probe process termination more gracefully.
= Use probe start context to start the external probe processes. This will make sure that external probe processes are killed cleanly once start context is canceled. = On SIGINT and SIGTERM, cancel the start context and wait for a grace shutdown time period (default=5s). This is in response to #413. I had been planning for this anyway. We should also wire init context properly and make sure we can cleanup properly. PiperOrigin-RevId: 318986425
- Loading branch information
Showing
2 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
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
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