Dispatcharr/apps/proxy/vod_proxy/tests
SergeantPanda 7989fa3673 fix(proxy): enhance database connection management during VOD playback and stats updates
- Added calls to `close_old_connections()` in `stream_vod()` and `build_vod_stats_data()` to prevent connection leaks during long-lived streaming responses and background stats refreshes.
- Improved connection handling in various components to ensure proper resource cleanup and prevent blocking issues.
2026-06-15 17:32:38 -05:00
..
__init__.py fix(vod-proxy): eliminate profile_connections counter stuck-at-nonzero races 2026-03-19 23:23:36 +01:00
test_profile_connections.py fix(vod-proxy): eliminate profile_connections counter stuck-at-nonzero races 2026-03-19 23:23:36 +01:00
test_streamid_fallback.py fix(vod_proxy): fall back to stream_id when content UUID is dead 2026-06-02 19:29:58 +01:00
test_vod_db_cleanup.py fix(proxy): enhance database connection management during VOD playback and stats updates 2026-06-15 17:32:38 -05:00