docs: add TTIN/TTOU to changelog

This commit is contained in:
Benoit Chesneau 2026-02-12 23:59:20 +01:00
parent 2639215aa3
commit 0077b05916
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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