Skip to content

Commit

Permalink
WPB-9102 gundeck: Better tolerance for redis-cluster restarts (#4084)
Browse files Browse the repository at this point in the history
* hedis: Upgrade to fix connection timeout issues with cluster

Upstream PR: informatikr/hedis#227

* changelog
  • Loading branch information
battermann authored Jun 5, 2024
1 parent 6b59c4f commit f7e669b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/3-bug-fixes/redis
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gundeck: Better tolerance for redis-cluster restarts
5 changes: 3 additions & 2 deletions nix/haskell-pins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,12 @@ let

# PR: https://github.com/informatikr/hedis/pull/224
# PR: https://github.com/informatikr/hedis/pull/226
# PR: https://github.com/informatikr/hedis/pull/227
hedis = {
src = fetchgit {
url = "https://github.com/wireapp/hedis";
rev = "c45975e4b5f42b9d0c853e2d59ed55582f6b1482";
sha256 = "sha256-oB7Z7ErYFguLiWPaFzCsD3Q+7UPfAkvdkc8aKSePmbQ=";
rev = "87f4a5ecfa572dfdc9ebe905485d0012ad2d1833";
sha256 = "sha256-3evlUj/n39SYncJDUjN6hk12tn/DyCFy2TFvP0/6xdU=";
};
};

Expand Down

0 comments on commit f7e669b

Please sign in to comment.