diff options
author | Valery Piashchynski <[email protected]> | 2021-06-26 09:37:27 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-26 09:37:27 +0300 |
commit | fc540f6029772ff51913b8ee3c082f8197010c52 (patch) | |
tree | 6f92954e4410ff6351e189338daf9fc4dc2feaea /CHANGELOG.md | |
parent | e9249c7896331bab97a18a7ee0db17803fdd31fb (diff) | |
parent | 744bf2e237e92e6ecddd3846dcb9a6b66967f67a (diff) |
#738 fix(allocator): workers were not reallocating when `exec_ttl` was hitv2.3.1-rc.1
#738 fix(allocator): workers were not reallocating when `exec_ttl` was hit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea55a10d..1e68b285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ v2.3.1 (_.06.2021) ## 🩹 Fixes: +- 🐛 Fix: Bug with channel deadlock when `exec_ttl` was used and TTL limit reached [PR](https://github.com/spiral/roadrunner/pull/738) +- 🐛 Fix: Bug with healthcheck endpoint when workers were mark as invalid and stays is that state until next request [PR](https://github.com/spiral/roadrunner/pull/738) - 🐛 Fix: Bugs with `boltdb` storage: [Boom](https://github.com/spiral/roadrunner/issues/717), [Boom](https://github.com/spiral/roadrunner/issues/718), [Boom](https://github.com/spiral/roadrunner/issues/719) - 🐛 Fix: Bug with incorrect redis initialization and usage [Bug](https://github.com/spiral/roadrunner/issues/720) - 🐛 Fix: Bug, Goridge duplicate error messages [Bug](https://github.com/spiral/goridge/issues/128) |