-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revad: Allow to specify a shutdown timeout
Wnen setting 'graceful_shutdown_timeout' revad with try to shutdown in a graceful manner when receiving an INT or TERM signal (similar to how it already behaves on SIGQUIT). This allows ongoing operations to complete before exiting. If the shutdown didn't finish before 'graceful_shutdown_timeout' seconds the process will exit with an error code (1).
- Loading branch information
Showing
3 changed files
with
90 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Enhancement: Allow to specify a shutdown timeout | ||
|
||
When setting `graceful_shutdown_timeout` revad will try to shutdown in a | ||
graceful manner when receiving an INT or TERM signal (similar to how it already | ||
behaves on SIGQUIT). This allows ongoing operations to complete before exiting. | ||
|
||
If the shutdown didn't finish before `graceful_shutdown_timeout` seconds the | ||
process will exit with an error code (1). | ||
|
||
https://github.com/cs3org/reva/pull/4072 |
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