From f379035e3f0944e2d695616ea865b504881625cd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 29 Sep 2017 04:06:50 +0000 Subject: [PATCH] datagrepper behaves much better with this wsgi settings, I am not sure why, but websites builds again reliably, so lets go with it --- roles/datagrepper/templates/datagrepper-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/datagrepper/templates/datagrepper-app.conf b/roles/datagrepper/templates/datagrepper-app.conf index 6944fb0d89..86f3ace6fa 100644 --- a/roles/datagrepper/templates/datagrepper-app.conf +++ b/roles/datagrepper/templates/datagrepper-app.conf @@ -23,7 +23,7 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text # Static resources for the datagrepper app. Alias /datagrepper/static/ /usr/lib/python2.7/site-packages/datagrepper/static/ -WSGIDaemonProcess datagrepper user=fedmsg group=fedmsg maximum-requests=50000 display-name=datagrepper processes=2 threads=2 inactivity-timeout=300 +WSGIDaemonProcess datagrepper user=fedmsg group=fedmsg maximum-requests=50000 display-name=datagrepper processes=20 threads=1 inactivity-timeout=900 WSGISocketPrefix run/wsgi WSGIRestrictStdout Off WSGIRestrictSignal Off