mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
Merge pull request #3390 from adk-swisstopo/timeout-units
Specify the units for `graceful_timeout`.
This commit is contained in:
commit
eb2f81dcf8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user