Files
fedora-infra_ansible/roles/openshift-apps/waiverdb
Lukas Holecek c6df495552 waiverdb: Set fixed number of processes ans threads
New waiverdb container image starts 8 gunicorn web worker processes by
default using WEB_CONCURRENCY environment variable. This causes memory
to spike (over 500MiB) and workers to get terminated.

Instead of increasing memory limits, a better solution is to decrease
the number of processes and increase number of threads since the app
mostly waits on DB requests to finish and waiverdb workers themselves
are thread-safe.
2022-11-30 09:47:52 +00:00
..