repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b33cd2
)
docs: add changelog entry
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Thu, 9 May 2024 16:19:28 +0000
(18:19 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Thu, 9 May 2024 16:19:28 +0000
(18:19 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 4b6e0cb9e801ca10d588fc448f31026d4691b6e1..0c497620c06430b50afcf32f658c6ef3cfd58da4 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-7,6
+7,10
@@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Fixed
+
+- Avoid queued tasks redistribution on the errored worker node.
+
## [4.0.4] - 2024-05-08
### Fixed