github.com/cs3org/reva/v2@v2.27.7/changelog/2.16.0_2023-08-21/graceful_shutdown_timeout.md (about) 1 Enhancement: Allow to specify a shutdown timeout 2 3 When setting `graceful_shutdown_timeout` revad will try to shutdown in a 4 graceful manner when receiving an INT or TERM signal (similar to how it already 5 behaves on SIGQUIT). This allows ongoing operations to complete before exiting. 6 7 If the shutdown didn't finish before `graceful_shutdown_timeout` seconds the 8 process will exit with an error code (1). 9 10 https://github.com/cs3org/reva/pull/4072