oraculum: Set workers back to 8 per container

This commit is contained in:
František Zatloukal 2021-04-07 12:36:52 +02:00
parent 26bfef7853
commit 5323f6d5fc

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", "1", "--loglevel=INFO"] command: ["celery", "-A", "oraculum.celery_app", "worker", "-c", "8", "--loglevel=INFO"]
resources: {} resources: {}
env: env:
# Database # Database