Dispatcharr/dispatcharr/tests
Endoze 9b6c793b11
fix(wsgi): ensure gevent monkey-patching before Django import chain
Celery's Redis connection pool was silently failing in modular
deployment mode because Django's setup imports celery.py before uWSGI's
gevent plugin reliably patches stdlib sockets. Moving patch_all() to the
top of wsgi.py guarantees all broker connections are gevent-aware
regardless of uWSGI initialization order.
2026-02-26 10:23:50 -05:00
..
__init__.py fix(wsgi): ensure gevent monkey-patching before Django import chain 2026-02-26 10:23:50 -05:00
test_wsgi.py fix(wsgi): ensure gevent monkey-patching before Django import chain 2026-02-26 10:23:50 -05:00