1
0
Fork 0
forked from infra/ansible

copr-be: more quota per sandbox

This commit is contained in:
Pavel Raiskup 2026-06-01 09:26:54 +02:00
commit 615af75669

View file

@ -70,7 +70,11 @@ builds_max_workers_owner=0
# Maximum number of concurrently running tasks per build sandbox.
{% if env == 'production' %}
builds_max_workers_sandbox=35
# Do not increase this number without cross-team discussion. Further increases
# will have consequences (individuals stealing majority of machines).
# Long-term, we should implement a dynamic quota system (e.g., something that
# analyzes the structure of the queue).
builds_max_workers_sandbox=50
{% else %}
builds_max_workers_sandbox=4
{% endif %}