Skip to content

Commit

Permalink
increased concurrency for worker
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Dec 9, 2024
1 parent c55b744 commit efe4e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-worker.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
micromamba run -n pyenv celery -A tasks worker -Q cts_queue -l info -n cts_worker -c 1
micromamba run -n pyenv celery -A tasks worker -Q cts_queue -l info -n cts_worker -c 4

0 comments on commit efe4e02

Please sign in to comment.