Skip to content

Commit 285cc99

Browse files
committed
push
1 parent db09d7f commit 285cc99

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

langfuse/_task_manager/media_manager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def process_next_media_upload(self) -> None:
4949

5050
self._queue.task_done()
5151
except Empty:
52-
self._log.debug("Queue: Media upload queue is empty, waiting for new jobs")
5352
pass
5453
except Exception as e:
5554
self._log.error(
@@ -248,7 +247,7 @@ def _process_upload_media_job(
248247

249248
headers = {"Content-Type": data["content_type"]}
250249

251-
# In self-hosted setups with GCP, do not add unsupported headers that fail the upload
250+
# In self-hosted setups with GCP, do not add unsupported headers that fail the upload
252251
is_self_hosted_gcs_bucket = "storage.googleapis.com" in upload_url
253252

254253
if not is_self_hosted_gcs_bucket:

0 commit comments

Comments
 (0)