Skip to content

Commit

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

Increase concurrency in ASR celery worker
  • Loading branch information
aparna-aa authored Oct 16, 2024
2 parents 7e8fb25 + 034ec96 commit c276939
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=1 -l DEBUG
command: python3 -m celery -A backend worker -Q asr_tts -n asr_tts_worker --concurrency=4 -l DEBUG
restart: unless-stopped

celery_nmt:
Expand Down

0 comments on commit c276939

Please sign in to comment.