oraculum: Bump worker count a bit
This commit is contained in:
parent
bd6180dcd0
commit
2f08952da0
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ metadata:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
name: oraculum-worker
|
name: oraculum-worker
|
||||||
spec:
|
spec:
|
||||||
replicas: 1 # Change me to some biiig numba after you got me working
|
replicas: 2 # Change me to some biiig numba after you got me working
|
||||||
selector:
|
selector:
|
||||||
app: oraculum
|
app: oraculum
|
||||||
deploymentconfig: oraculum
|
deploymentconfig: oraculum
|
||||||
|
@ -117,7 +117,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", "2", "--loglevel=INFO"]
|
command: ["celery", "-A", "oraculum.celery_app", "worker", "-c", "8", "--loglevel=INFO"]
|
||||||
resources: {}
|
resources: {}
|
||||||
env:
|
env:
|
||||||
# Database
|
# Database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue