mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Clarify documentation of graceful_timeout
This commit is contained in:
parent
821123d48f
commit
f1bb0342ec
@ -185,9 +185,9 @@ graceful_timeout
|
||||
|
||||
Timeout for graceful workers restart.
|
||||
|
||||
Generally set to thirty seconds. How max time worker can handle
|
||||
request after got restart signal. If the time is up worker will
|
||||
be force killed.
|
||||
After receiving a restart signal, workers have this much time to finish
|
||||
serving requests. Workers still alive after the timeout (starting from
|
||||
the receipt of the restart signal) are force killed.
|
||||
|
||||
keepalive
|
||||
~~~~~~~~~
|
||||
|
||||
@ -681,9 +681,9 @@ class GracefulTimeout(Setting):
|
||||
desc = """\
|
||||
Timeout for graceful workers restart.
|
||||
|
||||
Generally set to thirty seconds. How max time worker can handle
|
||||
request after got restart signal. If the time is up worker will
|
||||
be force killed.
|
||||
After receiving a restart signal, workers have this much time to finish
|
||||
serving requests. Workers still alive after the timeout (starting from
|
||||
the receipt of the restart signal) are force killed.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user