🐛(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:
committed by
aleb_the_flash
parent
46fdbc0430
commit
5caed6222b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user