From 5175471f421f48d3d0d39a3075fb1a95050c743f Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Thu, 17 Sep 2020 17:10:07 +0200 Subject: [PATCH] be more explicit in the description of USR2 flow. --- gunicorn/arbiter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gunicorn/arbiter.py b/gunicorn/arbiter.py index 532426d2..7ca2f6b7 100644 --- a/gunicorn/arbiter.py +++ b/gunicorn/arbiter.py @@ -295,8 +295,8 @@ class Arbiter(object): 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()