From 9cb1ec05dc1231ff9154d08e691df88598705df1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 30 Jun 2021 00:57:13 +0200 Subject: [PATCH] reduce uwsgi backlog alert --- app/wsgi.ini | 2 +- bin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/wsgi.ini b/app/wsgi.ini index 5bd0e05a..7d15899a 100644 --- a/app/wsgi.ini +++ b/app/wsgi.ini @@ -39,7 +39,7 @@ cheaper-step = 4 ; How many workers to spawn at a time cheaper-busyness-multiplier = 30 ; How many cycles to wait before killing workers cheaper-busyness-min = 20 ; Below this threshold, kill workers (if stable for multiplier cycles) cheaper-busyness-max = 70 ; Above this threshold, spawn new workers -cheaper-busyness-backlog-alert = 16 ; Spawn emergency workers if more than this many requests are waiting in the queue +cheaper-busyness-backlog-alert = 10 ; Spawn emergency workers if more than this many requests are waiting in the queue cheaper-busyness-backlog-step = 2 ; How many emergency workers to create if there are too many requests in the queue diff --git a/bin b/bin index 52d01bc8..c5d2023d 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd +Subproject commit c5d2023de2f038cb865a148076a4dc4ec24efaf7 -- 2.39.5