From 0077b0591672d5a86d617556408699a680b346b4 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Thu, 12 Feb 2026 23:59:20 +0100 Subject: [PATCH] docs: add TTIN/TTOU to changelog --- docs/content/2026-news.md | 6 ++++++ docs/content/news.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/content/2026-news.md b/docs/content/2026-news.md index 4595b714..59a3dcd6 100644 --- a/docs/content/2026-news.md +++ b/docs/content/2026-news.md @@ -18,6 +18,12 @@ - Supports all Python types: str, bytes, int, float, bool, None, list, dict - Better performance for large payloads +- **Dirty TTIN/TTOU Signals**: Add dynamic worker scaling for dirty arbiters + ([PR #3504](https://github.com/benoitc/gunicorn/pull/3504)) + - Send SIGTTIN to increase dirty workers + - Send SIGTTOU to decrease dirty workers + - Respects minimum worker constraints from app configurations + ### Changes - **ASGI Worker**: Promoted from beta to stable diff --git a/docs/content/news.md b/docs/content/news.md index a1ee75f4..8125086e 100644 --- a/docs/content/news.md +++ b/docs/content/news.md @@ -18,6 +18,12 @@ - Supports all Python types: str, bytes, int, float, bool, None, list, dict - Better performance for large payloads +- **Dirty TTIN/TTOU Signals**: Add dynamic worker scaling for dirty arbiters + ([PR #3504](https://github.com/benoitc/gunicorn/pull/3504)) + - Send SIGTTIN to increase dirty workers + - Send SIGTTOU to decrease dirty workers + - Respects minimum worker constraints from app configurations + ### Changes - **ASGI Worker**: Promoted from beta to stable