-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a few more configuration options around signal handling: - allow specifying the "stop signal" to pass to the child process, in case the child does not happen to handle SIGTERM. - allow suppressing the exit code of the child process to 0 if the child does not gracefully exit when being stopped, but the caller needs that to happen (typically the case for k8s jobs). Since we happen to extend configurations, also allow enabling logging with timestamps, which had been set to off. All configurations are optional and backwards compatible.
- Loading branch information
Clemens Kolbitsch
committed
Apr 20, 2021
1 parent
3e82f4e
commit 3b90561
Showing
2 changed files
with
60 additions
and
4 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