Fix FAS endpoints for fedmsg. There are 40 wsgi processes.
This commit is contained in:
parent
0ef154a47c
commit
706d8a1bba
1 changed files with 3 additions and 3 deletions
|
@ -41,16 +41,16 @@ config = dict(
|
|||
# the usual 8 since there are so many mod_wsgi processes for it.
|
||||
"fas.fas01": [
|
||||
"tcp://fas01.%s:30%02i" % (suffix, i)
|
||||
for i in range(32)
|
||||
for i in range(40)
|
||||
],
|
||||
{% if env != 'staging' %}
|
||||
"fas.fas02": [
|
||||
"tcp://fas02.%s:30%02i" % (suffix, i)
|
||||
for i in range(32)
|
||||
for i in range(40)
|
||||
],
|
||||
"fas.fas03": [
|
||||
"tcp://fas03.%s:30%02i" % (suffix, i)
|
||||
for i in range(32)
|
||||
for i in range(40)
|
||||
],
|
||||
{% endif %}
|
||||
# fedoratagger needs 32 endpoints too, just like FAS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue