Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves reconnection responsiveness #208

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mzimbres
Copy link
Collaborator

As the user points out in

wait_for_all might be the cause of delay in the reconnection. I could not observe any improvement in my local setup but wait_for_one_error look the correct token and all tests pass so I am willing to change it.

@mzimbres mzimbres linked an issue Aug 18, 2024 that may be closed by this pull request
@mzimbres
Copy link
Collaborator Author

@VemundH I can't reproduce you problems locally so you might want to test this before I merge it.

@mzimbres
Copy link
Collaborator Author

@pdimov I am trying to add @anarthal as a reviewer here but couldn't although I had admin rights. In Settings I clicked on write and now I don't even see the Settings button again. Can you help me?

@pdimov
Copy link
Member

pdimov commented Aug 18, 2024

Made you back an admin.

@mzimbres mzimbres requested a review from anarthal August 18, 2024 10:20
As the user points out in

   #205

wait_for_all might be the cause of delay in the
reconnection. I could not observe any improvement in my
local setup but wait_for_one_error look the correct token
and all tests pass so I am willing to change it.
@mzimbres mzimbres force-pushed the 205-it-takes-a-long-time-to-detect-connection-lost branch from b190a5f to f1136e3 Compare August 18, 2024 17:06
@VemundH
Copy link

VemundH commented Aug 19, 2024

@mzimbres It does not look like wait_for_one_error solved my problem. Added a comment in #205

I am testing by running redis in a docker container. Then stopping and starting the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It takes a long time to detect connection lost
3 participants