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. '''