mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-03 19:21:29 +08:00
docs: add TTIN/TTOU to changelog
This commit is contained in:
parent
2639215aa3
commit
0077b05916
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user