fix: fix worker node cross tasks stealing
[poolifier.git] / CHANGELOG.md
index 188ce7a3ba265e6f70fba47df59e5a33f04809f5..0511b41987444533fc61ab93fcfdc0f8be7afa17 100644 (file)
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Avoid worker node cross tasks stealing.
+- Ensure only half the pool worker nodes can steal tasks.
+
 ## [3.1.10] - 2023-12-23
 
 ### Changed