mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
resultsdb: try increasing threads to avoid crashes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -54,7 +54,7 @@ spec:
|
||||
- name: RESULTSDB_WSGI_SCRIPT_PATH
|
||||
value: "/usr/share/resultsdb/resultsdb.wsgi"
|
||||
- name: RESULTSDB_THREADS
|
||||
value: "5"
|
||||
value: "10"
|
||||
- name: RESULTSDB_CONF_PATH
|
||||
value: "/etc/httpd/conf.d/resultsdb.conf"
|
||||
- name: RESULTSDB_LOG_LEVEL
|
||||
|
||||
@@ -30,7 +30,7 @@ metadata:
|
||||
data:
|
||||
resultsdb_frontend.conf: |-
|
||||
RequestHeader unset X-Forwarded-Host
|
||||
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=5
|
||||
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=10
|
||||
WSGIScriptAlias / /usr/share/resultsdb_frontend/resultsdb_frontend.wsgi
|
||||
WSGISocketPrefix /tmp/wsgi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user