Skip to content

Commit

Permalink
Merge pull request #923 from AI4Bharat/revert-922-Increase-concurrenc…
Browse files Browse the repository at this point in the history
…y-ASR-celery-worker

Revert "Increase concurrency in ASR celery worker"
  • Loading branch information
ishvindersethi22 authored Oct 18, 2024
2 parents c276939 + c211d4a commit 78e6199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
condition: service_started
backend:
condition: service_started
command: python3 -m celery -A backend worker -Q asr_tts -n asr_tts_worker --concurrency=4 -l DEBUG
command: python3 -m celery -A backend worker -Q asr_tts -n asr_tts_worker --concurrency=1 -l DEBUG
restart: unless-stopped

celery_nmt:
Expand Down

0 comments on commit 78e6199

Please sign in to comment.