mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +08:00
Specify the units for graceful_timeout.
This commit is contained in:
parent
a86ea1e4e6
commit
dbc00fca76
@ -807,7 +807,7 @@ class GracefulTimeout(Setting):
|
|||||||
type = int
|
type = int
|
||||||
default = 30
|
default = 30
|
||||||
desc = """\
|
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
|
After receiving a restart signal, workers have this much time to finish
|
||||||
serving requests. Workers still alive after the timeout (starting from
|
serving requests. Workers still alive after the timeout (starting from
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user