Dispatcharr/dispatcharr/db
SergeantPanda a7b4db83fa feat(process_label): enhance uWSGI process role detection
- Added a new function `_is_uwsgi_worker` to accurately identify when the application is running within a uWSGI worker.
- Updated `get_process_role` to label processes as "uwsgi" based on the new function or command-line arguments, improving process role accuracy.
- Expanded unit tests to cover various scenarios for uWSGI role detection, ensuring robust validation of the new logic.
2026-06-16 16:21:22 -05:00
..
backends feat(process_label): add process role labeling for PostgreSQL connections 2026-06-16 11:26:12 -05:00
__init__.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
process_label.py feat(process_label): enhance uWSGI process role detection 2026-06-16 16:21:22 -05:00