fix: fix worker choice strategies behavior
[poolifier.git] / CHANGELOG.md
index e9d570eb2bdc15dc0b287f7c4f9ac6d9e7a2411a..27bbb98753b512b0df974a9d18f72e77f8ba8414 100644 (file)
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Ensure dynamic worker node are initialized with sensible worker node usage default values to avoid worker choice strategies biased decisions.
+- Account for tasks wait time in task execution time computation in worker choice strategies to avoid biased decisions under load with several prioritized task functions and tasks queue enabled.
+
 ## [4.0.0] - 2024-04-30
 
 ### Changed