Give bugzilla2fedmsg two more threads.
This commit is contained in:
parent
fd9ac09148
commit
564f1b9420
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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,
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue