Skip to content

Commit

Permalink
feat: set concurrency to 2 for phone calls
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Jan 8, 2024
1 parent 4ef9d36 commit 7df2846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/worker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ startsecs=0
autorestart=false

[program:phone_call_worker]
command=celery -A main worker --loglevel=info --concurrency=1 --queues=phone_call_queue
command=celery -A main worker --loglevel=info --concurrency=2 --queues=phone_call_queue
startsecs=0
autorestart=false

Expand Down

0 comments on commit 7df2846

Please sign in to comment.