Skip to content

Commit 0077b05

Browse files
committed
docs: add TTIN/TTOU to changelog
1 parent 2639215 commit 0077b05

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/content/2026-news.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
- Supports all Python types: str, bytes, int, float, bool, None, list, dict
1919
- Better performance for large payloads
2020

21+
- **Dirty TTIN/TTOU Signals**: Add dynamic worker scaling for dirty arbiters
22+
([PR #3504](https://github.com/benoitc/gunicorn/pull/3504))
23+
- Send SIGTTIN to increase dirty workers
24+
- Send SIGTTOU to decrease dirty workers
25+
- Respects minimum worker constraints from app configurations
26+
2127
### Changes
2228

2329
- **ASGI Worker**: Promoted from beta to stable

docs/content/news.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
- Supports all Python types: str, bytes, int, float, bool, None, list, dict
1919
- Better performance for large payloads
2020

21+
- **Dirty TTIN/TTOU Signals**: Add dynamic worker scaling for dirty arbiters
22+
([PR #3504](https://github.com/benoitc/gunicorn/pull/3504))
23+
- Send SIGTTIN to increase dirty workers
24+
- Send SIGTTOU to decrease dirty workers
25+
- Respects minimum worker constraints from app configurations
26+
2127
### Changes
2228

2329
- **ASGI Worker**: Promoted from beta to stable

0 commit comments

Comments
 (0)