Dispatcharr/apps/proxy/live_proxy
SergeantPanda f991338376
Some checks are pending
CI Pipeline / prepare (push) Waiting to run
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Blocked by required conditions
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
CI Pipeline / create-manifest (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
fix(proxy): update for improved DB connection management
- Enhanced the live proxy to release geventpool DB connections more effectively across various paths.
- Implemented `close_old_connections()` in `stream_ts()`, `generate_stream_url()`, `get_stream_info_for_switch()`, `get_alternate_streams()`, `get_connections_left()`, and the cleanup process in `StreamGenerator`, ensuring that clients do not hold onto pool slots unnecessarily during streaming operations.
2026-06-17 17:22:28 -05:00
..
input fix(proxy): enhance database connection management during VOD playback and stats updates 2026-06-15 17:32:38 -05:00
output fix(proxy): update for improved DB connection management 2026-06-17 17:22:28 -05:00
services fix(proxy): update for improved DB connection management 2026-06-17 17:22:28 -05:00
tests fix(proxy): update for improved DB connection management 2026-06-17 17:22:28 -05:00
__init__.py
apps.py
channel_status.py
client_manager.py fix(proxy): enhance channel shutdown management and client reconnection handling 2026-06-15 18:53:49 -05:00
config_helper.py
constants.py
redis_keys.py
server.py fix(proxy): enhance channel shutdown management and client reconnection handling 2026-06-15 18:53:49 -05:00
url_utils.py fix(proxy): update for improved DB connection management 2026-06-17 17:22:28 -05:00
urls.py
utils.py
views.py fix(proxy): update for improved DB connection management 2026-06-17 17:22:28 -05:00