mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 17:16:26 +00:00
- Switch engine to postgresql_psycopg3 (PR had wrong engine name, and we're migrating from psycopg2 to psycopg3 as part of this work) - Set CONN_MAX_AGE=0 (required by geventpool; PR had None) - Reduce MAX_CONNS 20→8, REUSE_CONNS 10→3 to avoid exhausting pg max_connections across 4 uWSGI workers + Celery - Add pool=False to explicitly disable Django's native psycopg3 pool |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| app_initialization.py | ||
| asgi.py | ||
| celery.py | ||
| consumers.py | ||
| gevent_patch.py | ||
| jwt_ws_auth.py | ||
| persistent_lock.py | ||
| routing.py | ||
| settings.py | ||
| urls.py | ||
| utils.py | ||
| wsgi.py | ||