From 706d8a1bbad835a206b186dbd53163c16b06cd3d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 14 Jan 2015 20:24:27 +0000 Subject: [PATCH] Fix FAS endpoints for fedmsg. There are 40 wsgi processes. --- roles/fedmsg/base/templates/endpoints.py.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/fedmsg/base/templates/endpoints.py.j2 b/roles/fedmsg/base/templates/endpoints.py.j2 index b3b47b03eb..de935a4bc4 100644 --- a/roles/fedmsg/base/templates/endpoints.py.j2 +++ b/roles/fedmsg/base/templates/endpoints.py.j2 @@ -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.