You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any time we are subscribing to redis messages - we need an outer loop that reconnects the subscriber if something fails.
Ideally handled in our Subscriber client and not in calling code.
-> implies returning an mpsc or something like that.
First investgate expected behaviour of client library.
The text was updated successfully, but these errors were encountered:
The client library reconnects fine. I tried to recreate an environment similar to the one we have in staging locally. It is not quite exact but enough to test how the library behaves when there is a network partition. The challenge here may be linked to the sentinel going down during the upgrade.
Any time we are subscribing to redis messages - we need an outer loop that reconnects the subscriber if something fails.
Ideally handled in our
Subscriber
client and not in calling code.-> implies returning an mpsc or something like that.
First investgate expected behaviour of client library.
The text was updated successfully, but these errors were encountered: