oraculum: Use 4 workers per container

This commit is contained in:
František Zatloukal 2021-04-07 11:48:06 +02:00
parent 3d06840a0f
commit d776906986

View file

@ -135,7 +135,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