From e41e920a7cf616e19674f21a8b7b7d82ca89c34b Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Wed, 29 Jan 2014 14:34:00 -0800 Subject: [PATCH] Add note about paste and preload for reloader --- gunicorn/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gunicorn/config.py b/gunicorn/config.py index 6dbb25ed..cf8144e3 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -718,6 +718,10 @@ class Reload(Setting): This setting is intended for development. It will cause workers to be restarted whenever application code changes. + + The reloader is incompatible with application preloading. When using a + paste configuration be sure that the server block does not import any + application code or the reload will not work as designed. '''