copr-be-dev: limit concurrency per/sandbox/owner

This commit is contained in:
Pavel Raiskup 2024-03-01 20:24:39 +01:00
parent 29d51dc5b6
commit 8c10a12cbc

View file

@ -61,13 +61,17 @@ build_max_workers_arch_per_owner=s390x=12
{% if env == 'production' %}
builds_max_workers_owner=90
{% elif devel %}
builds_max_workers_owner=15
builds_max_workers_owner=8
{% else %}
builds_max_workers_owner=0
{% endif %}
# Maximum number of concurrently running tasks per build sandbox.
{% if env == 'production' %}
builds_max_workers_sandbox=35
{% else %}
builds_max_workers_sandbox=4
{% endif %}
# Maximum number of concurrent background processes spawned for handling
# actions.