🔧(summary) specify dedicated transcription queue for Celery worker

Name the Celery queue used by transcription worker to prepare for
dedicated summarization queue separation, enabling faster transcript
delivery while isolating new agentic logic in separate worker processes.
This commit is contained in:
lebaudantoine
2025-09-09 18:27:30 +02:00
committed by aleb_the_flash
parent bfdf5548a0
commit 9fd264ae0e
4 changed files with 11 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ run-backend: ## start only the backend application and all needed services
.PHONY: run-backend
run-summary: ## start only the summary application and all needed services
@$(COMPOSE) up --force-recreate -d celery-summary
@$(COMPOSE) up --force-recreate -d celery-summary-transcribe
.PHONY: run-summary
run: