Skip to content

Commit

Permalink
be more explicit in the description of USR2 flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Sep 17, 2020
1 parent 1d6f902 commit 5175471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gunicorn/arbiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ def handle_usr1(self):
def handle_usr2(self):
"""\
SIGUSR2 handling.
Creates a new master/worker set as a slave of the current
master without affecting old workers. Use this to do live
Creates a new arbiter/worker set as a fork of the current
arbiter without affecting old workers. Use this to do live
deployment with the ability to backout a change.
"""
self.reexec()
Expand Down

0 comments on commit 5175471

Please sign in to comment.