FAS has 32 wsgi processes.

This commit is contained in:
Ralph Bean 2014-10-07 00:16:25 +00:00
parent 4f1d46cc6c
commit f4c5c9cbc8

View file

@ -43,20 +43,20 @@ config = dict(
"tcp://relepel01.%s:3001" % suffix,
],
{% endif %}
# FAS is a little out of the ordinary. It has 40 endpoints instead of
# FAS is a little out of the ordinary. It has 32 endpoints instead of
# 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(40)
for i in range(32)
],
{% if env != 'staging' %}
"fas.fas02": [
"tcp://fas02.%s:30%02i" % (suffix, i)
for i in range(40)
for i in range(32)
],
"fas.fas03": [
"tcp://fas03.%s:30%02i" % (suffix, i)
for i in range(40)
for i in range(32)
],
{% endif %}
# fedoratagger needs 32 endpoints too, just like FAS.