🔧(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:
committed by
aleb_the_flash
parent
bfdf5548a0
commit
9fd264ae0e
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user