Dispatcharr/dispatcharr
SergeantPanda c1ff5e35aa feat(process_label): add process role labeling for PostgreSQL connections
- Introduced a new module to determine the process role based on command-line arguments, enhancing PostgreSQL connection labeling for better monitoring.
- Updated the database connection parameters to include the application name derived from the process role.
- Added unit tests to validate the process role detection logic for different scenarios, including Celery and uWSGI.
2026-06-16 11:26:12 -05:00
..
db feat(process_label): add process role labeling for PostgreSQL connections 2026-06-16 11:26:12 -05:00
__init__.py
admin.py
app_initialization.py
asgi.py
celery.py feat(epg): implement staging and batch processing for EPG program updates 2026-06-15 19:50:50 -05:00
consumers.py feat(websocket): enhance connection handling with cached IP lookup 2026-05-31 19:28:19 -05:00
gevent_patch.py Enhancement: Update psycopg2 to 3. 2026-05-28 19:27:52 -05:00
jwt_ws_auth.py
persistent_lock.py
routing.py
settings.py feat(settings): add DATABASE_POOL_CONN_MAX_LIFETIME for connection management and update database engine path (Fixes #1343) 2026-06-12 11:31:09 -05:00
urls.py
utils.py
wsgi.py