oraculum: Bump worker count a bit

This commit is contained in:
František Zatloukal 2021-01-25 12:07:32 +01:00
parent bd6180dcd0
commit 2f08952da0

View file

@ -104,7 +104,7 @@ metadata:
app: oraculum
name: oraculum-worker
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:
app: oraculum
deploymentconfig: oraculum
@ -117,7 +117,7 @@ spec:
containers:
- name: oraculum-worker
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: {}
env:
# Database