mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Minor docstring edit.
This commit is contained in:
parent
096da6ee39
commit
f03ae0646d
@ -22,8 +22,9 @@ from gunicorn import util
|
|||||||
|
|
||||||
class Arbiter(object):
|
class Arbiter(object):
|
||||||
"""
|
"""
|
||||||
Arbiter maintain the workers processes alive. It launches or kill them if needed.
|
Arbiter maintain the workers processes alive. It launches or
|
||||||
It also manage application reloading via SIGHUP/USR2.
|
kills them if needed. It also manages application reloading
|
||||||
|
via SIGHUP/USR2.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
START_CTX = {}
|
START_CTX = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user