Tell bodhi-backend02 to use only one thread. Poor bugzilla.
This commit is contained in:
parent
b7c9b89e98
commit
23a18cc784
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ config = {
|
|||
# If you crank up this number, you should also crank up:
|
||||
# - the iptables rules in inventory/group_vars/bodhi-backend
|
||||
# - the fedmsg endpoints in roles/fedmsg/base/templates/endpoints-bodhi.py
|
||||
{% if inventory_hostname.startswith('bodhi-backend02') %}
|
||||
# https://github.com/fedora-infra/bodhi/issues/795
|
||||
"moksha.workers_per_consumer": 1,
|
||||
{% else %}
|
||||
"moksha.workers_per_consumer": 2,
|
||||
{% endif %}
|
||||
"moksha.threadpool_size": 22,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue