oraculum: Try to reduce worker concurrency
This commit is contained in:
parent
81a9f2ceaf
commit
92a56cbcc1
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: oraculum-worker
|
- name: oraculum-worker
|
||||||
image: packager-dashboard:latest
|
image: packager-dashboard:latest
|
||||||
command: ["celery", "-A", "oraculum.celery_app", "worker", "-c", "8", "--loglevel=INFO"]
|
command: ["celery", "-A", "oraculum.celery_app", "worker", "-c", "4", "--loglevel=INFO"]
|
||||||
resources: {}
|
resources: {}
|
||||||
env:
|
env:
|
||||||
# Database
|
# Database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue