fix(prod): change process count

This commit is contained in:
Sharath 2025-06-05 07:23:49 +05:30 committed by GitHub
parent 7c3e06496d
commit 27be48ed46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ services:
memory: 32G
worker:
command: python -m dramatiq --processes 40 --threads 8 run_agent_background
command: python -m dramatiq --processes 10 --threads 32 run_agent_background
deploy:
resources:
limits: