mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
oraculum: Try to reduce worker concurrency
This commit is contained in:
@@ -131,7 +131,7 @@ spec:
|
||||
containers:
|
||||
- name: oraculum-worker
|
||||
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: {}
|
||||
env:
|
||||
# Database
|
||||
|
||||
Reference in New Issue
Block a user