diff --git a/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 b/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 index b8d6f3ef62..97e73b9f9c 100644 --- a/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 +++ b/roles/taskotron/resultsdb-backend/templates/resultsdb.conf.j2 @@ -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