From: Guillaume Pellerin Date: Tue, 29 Jun 2021 22:57:13 +0000 (+0200) Subject: reduce uwsgi backlog alert X-Git-Tag: 2.1~8^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9cb1ec05dc1231ff9154d08e691df88598705df1;p=teleforma.git reduce uwsgi backlog alert --- 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