bumping wsgi daemon to 100 thread, 5 processes in resultsdb prod, stg

This commit is contained in:
Tim Flink 2017-03-15 12:44:14 +00:00
parent e13622998b
commit 727a6f75fb

View file

@ -1,4 +1,8 @@
{% if deployment_type in ['stg', 'prod'] %}
WSGIDaemonProcess resultsdb user=apache group=apache threads=100 processes=5
{% else %}
WSGIDaemonProcess resultsdb user=apache group=apache threads=5
{% endif %}
WSGIScriptAlias /{{ resultsdb_endpoint }} /usr/share/resultsdb/resultsdb.wsgi
WSGISocketPrefix run/wsgi