oraculum: Set workers back to 8 per container
This commit is contained in:
parent
26bfef7853
commit
5323f6d5fc
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ spec:
|
|||
containers:
|
||||
- name: oraculum-worker
|
||||
image: packager-dashboard:latest
|
||||
command: ["celery", "-A", "oraculum.celery_app", "worker", "-c", "1", "--loglevel=INFO"]
|
||||
command: ["celery", "-A", "oraculum.celery_app", "worker", "-c", "8", "--loglevel=INFO"]
|
||||
resources: {}
|
||||
env:
|
||||
# Database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue