oraculum: Try 1 worker per container

This commit is contained in:
František Zatloukal 2021-04-07 12:06:43 +02:00
parent d776906986
commit b05efc7091

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