From bb79cdcc368642ad22a86e9a44dd4a04cdca67a7 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 29 Jun 2013 06:49:32 +0200 Subject: [PATCH] quick note about preloaded applications --- docs/source/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/signals.rst b/docs/source/signals.rst index 9a61994e..6f0fe2f5 100644 --- a/docs/source/signals.rst +++ b/docs/source/signals.rst @@ -68,7 +68,7 @@ Upgrading to a new binary on the fly If you need to replace the gunicorn binary with a new one (when upgrading to a new version or adding/removing server modules), you can do it without any service downtime - no incoming requests will be -lost. +lost. Preloaded applications will also be reloaded. First, replace old binary with a new one, then send **USR2** signal to the master process. It renames its .pid file to .oldbin (e.g.