fix: ensure the least busy strategy only relies on task runtime
[poolifier.git] / CHANGELOG.md
index dc94cb94b0909ce6bde32179231c6d2a058f9e1c..cb62e716c66205533efeee5f60ddd4ac1b3a74ed 100644 (file)
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Compute statistics at the worker level only if needed.
 
+### Fixed
+
+- Make the `LEAST_BUSY` strategy only relies on task runtime.
+
 ## [2.5.3] - 2023-06-04
 
 ### Changed