mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add note about paste and preload for reloader
This commit is contained in:
parent
e106bf82a8
commit
e41e920a7c
@ -718,6 +718,10 @@ class Reload(Setting):
|
|||||||
|
|
||||||
This setting is intended for development. It will cause workers to be
|
This setting is intended for development. It will cause workers to be
|
||||||
restarted whenever application code changes.
|
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.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user