oraculum: Try to reduce worker concurrency

This commit is contained in:
František Zatloukal 2024-07-23 00:38:13 +02:00
parent 81a9f2ceaf
commit 92a56cbcc1

View file

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