Merge pull request #3390 from adk-swisstopo/timeout-units

Specify the units for `graceful_timeout`.
This commit is contained in:
Benoit Chesneau 2025-10-05 18:21:01 +02:00 committed by GitHub
commit eb2f81dcf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -807,7 +807,7 @@ class GracefulTimeout(Setting):
type = int
default = 30
desc = """\
Timeout for graceful workers restart.
Timeout for graceful workers restart in seconds.
After receiving a restart signal, workers have this much time to finish
serving requests. Workers still alive after the timeout (starting from