Skip to content

Commit

Permalink
Make worker concurrency 4
Browse files Browse the repository at this point in the history
see how this affects cpu usage in e2e tests
  • Loading branch information
mgdaily committed Aug 10, 2023
1 parent 04a9897 commit 4992f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banzai/tests/e2e-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
- --hostname
- "banzai-celery-worker"
- --concurrency
- "2"
- "4"
- -l
- "debug"
- "-Q"
Expand Down

0 comments on commit 4992f1d

Please sign in to comment.