Give bugzilla2fedmsg two more threads.

This commit is contained in:
Ralph Bean 2016-03-29 01:59:25 +00:00
parent fd9ac09148
commit 564f1b9420
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@ freezes: false
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 3000, 3001 ]
tcp_ports: [ 3000, 3001, 3002, 3003 ]
fas_client_groups: sysadmin-noc,sysadmin-datanommer

View file

@ -9,6 +9,8 @@ config = dict(
"bugzilla2fedmsg.bugzilla2fedmsg01": [
"tcp://bugzilla2fedmsg01.%s:3000" % suffix,
"tcp://bugzilla2fedmsg01.%s:3001" % suffix,
"tcp://bugzilla2fedmsg01.%s:3002" % suffix,
"tcp://bugzilla2fedmsg01.%s:3003" % suffix,
],
},
)