Added debug logs for active clients

This commit is contained in:
SergeantPanda 2025-09-07 17:14:29 -05:00
parent adf960753c
commit be9823c5ce

View file

@ -699,6 +699,7 @@ class MultiWorkerVODConnectionManager:
# Update activity every 100 chunks in consolidated connection state
if chunk_count % 100 == 0:
# Update the connection state
logger.debug(f"Client: [{client_id}] Worker: {self.worker_id} sent {chunk_count} chunks for VOD: {content_name}")
if redis_connection._acquire_lock():
try:
state = redis_connection._get_connection_state()