mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 09:06:06 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_celery_plugin_discovery.py | ||
| test_geventpool_conn_lifetime.py | ||
| test_log_system_event.py | ||
| test_process_label.py | ||
| test_user_preferences.py | ||
| test_wait_for_redis.py | ||
| test_websocket_utils.py | ||