Files
fedora-infra_ansible/roles/openshift-apps
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
..
2022-08-11 16:32:44 -07:00
2022-11-23 16:30:58 +01:00
2022-10-21 13:30:14 +02:00
2022-10-24 22:08:39 +02:00