mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
be more explicit in the description of USR2 flow.
This commit is contained in:
parent
1d6f902987
commit
5175471f42
@ -295,8 +295,8 @@ class Arbiter(object):
|
|||||||
def handle_usr2(self):
|
def handle_usr2(self):
|
||||||
"""\
|
"""\
|
||||||
SIGUSR2 handling.
|
SIGUSR2 handling.
|
||||||
Creates a new master/worker set as a slave of the current
|
Creates a new arbiter/worker set as a fork of the current
|
||||||
master without affecting old workers. Use this to do live
|
arbiter without affecting old workers. Use this to do live
|
||||||
deployment with the ability to backout a change.
|
deployment with the ability to backout a change.
|
||||||
"""
|
"""
|
||||||
self.reexec()
|
self.reexec()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user