Add some logs
This commit is contained in:
parent
1963ba53d9
commit
6e95c1dd52
2
app.py
2
app.py
@ -163,9 +163,11 @@ worker_thread.start()
|
||||
def is_video_in_cdn(video_id):
|
||||
"""Check if video exists in CDN"""
|
||||
if cache and cache.get(f"{video_id}_uploaded"):
|
||||
logger.info(f"Video {video_id} is already uploaded to CDN (cached)")
|
||||
return True
|
||||
|
||||
if not s3_client:
|
||||
logger.warning("S3 client not configured. Cannot check if video exists in CDN.")
|
||||
return False
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user