fix: ensure tasks redistribution avoid task execution starvation
[poolifier.git] / CHANGELOG.md
index 4bdbedb70db4829af4d162123bb405f02d29c9ab..d424256f85a22a34505951cba68c33efb3c1de37 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix queued tasks redistribution on error task execution starvation.
+
 ### Changed
 
 - Drastically reduce lookups by worker in the worker nodes.