fix: fix race condition in worker choice strategies
[poolifier.git] / CHANGELOG.md
index 621887a64b4f1491a0458b3d9f2a973fe483916e..5af285cdab7fc366765b1ab378280003f6964c31 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix race condition in worker choice strategies at worker node info querying while not yet initialized .
+
 ## [2.6.38] - 2023-08-30
 
 ### Added