mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
timeout setting, what it means to be silent
This commit is contained in:
parent
eba1b5a822
commit
2f0e99e71d
@ -172,7 +172,9 @@ timeout
|
|||||||
* ``-t INT, --timeout INT``
|
* ``-t INT, --timeout INT``
|
||||||
* ``30``
|
* ``30``
|
||||||
|
|
||||||
Workers silent for more than this many seconds are killed and restarted.
|
A worker must notify the master process once per timeout interval.
|
||||||
|
If it fails do so, the worker is killed and a new worker is spawned
|
||||||
|
to replace it.
|
||||||
|
|
||||||
Generally set to thirty seconds. Only set this noticeably higher if
|
Generally set to thirty seconds. Only set this noticeably higher if
|
||||||
you're sure of the repercussions for sync workers. For the non sync
|
you're sure of the repercussions for sync workers. For the non sync
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user