🐛(summary) fix transcribe job queue assignment

Ensure transcribe jobs are properly assigned to their specific queue
instead of using default queue. This prevents job routing issues and
ensures proper task distribution across workers.
This commit is contained in:
lebaudantoine
2025-09-18 17:27:52 +02:00
committed by aleb_the_flash
parent 46fdbc0430
commit 5caed6222b

View File

@@ -200,6 +200,7 @@ def task_failure_handler(task_id, exception=None, **kwargs):
bind=True,
autoretry_for=[exceptions.HTTPError],
max_retries=settings.celery_max_retries,
queue=settings.transcribe_queue,
)
def process_audio_transcribe_summarize_v2(
self,