X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=4e01305023cbd42ab17dbeea693fd3fb46dc16ba;hb=6e03afce4bdaaeb7c438f50d372a0b430477a8f2;hp=644025f2dc797c1e147844eb455a580be5efbe30;hpb=2115798751b31f025acae1ff8c4f5cbcec8ad3af;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 644025f2..4e013050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix race condition between ready and task functions worker message handling at startup. +- Fix duplicate task function worker usage statistics computation per task function. +- Update task function worker usage statistics if and only if there's at least two different task functions. +- Fix race condition at task function worker usage executing task computation leading to negative value. + +### Added + +- Add back pressure detection on the worker node queue. Event `backPressure` is emitted when all worker node queues are full (worker node queue size >= poolMaxSize^2). +- Use back pressure detection in worker choice strategies. +- Add worker choice strategies retries mechanism if no worker is eligible. + ## [2.6.28] - 2023-08-16 ### Fixed