benoitc / gunicorn

gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
http://www.gunicorn.org
Other
9.88k stars 1.76k forks source link

config: permit `--reload-extra-files` without `--reload` #3271

Open pajod opened 3 months ago

pajod commented 3 months ago

Extracted for smaller patch size, this time only uncoupling --reload-extra-files from --reload

The latter implies make_fail_app, which is not always wanted when specifically only requesting the former.