mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
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.