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

Upgrade redis-rs/bb8 again #79

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

jaymell
Copy link
Contributor

@jaymell jaymell commented Apr 24, 2024

With the reconfigured clustered redis healthcheck,
I believe we're safe to upgrade redis again.

Note: This version of redis-rs imposes a default 1-second
timeout on establishing connections to cluster nodes. I don't
see any reason at the moment to change this, but we may need
to consider exposing this as a configurable parameter in the future.

With the reconfigured clustered redis healthcheck,
I believe we're safe to upgrade redis again.

Note: This version of redis-rs imposes a default 1-second
timeout on establishing connections to cluster nodes. I don't
see any reason at the moment to change this, but we may need
to consider exposing this as a configurable parameter in the future.
@jaymell jaymell force-pushed the upgrade-redis-again branch from 489f50b to bd6f4b5 Compare April 24, 2024 20:25
@jaymell jaymell marked this pull request as ready for review April 24, 2024 20:32
@jaymell jaymell requested a review from a team as a code owner April 24, 2024 20:32
@jaymell
Copy link
Contributor Author

jaymell commented Apr 24, 2024

An alternative approach could be to explicitly disable the redis connection timeouts.

@jaymell
Copy link
Contributor Author

jaymell commented Apr 25, 2024

@svix-jplatte Do you have any concerns about the default 1-second connection timeout?

@svix-jplatte
Copy link
Member

Hm, were the errors we saw with the upgrade last time timeout-related? If not, seems fine.

@svix-james svix-james merged commit 5ae2200 into svix:main Apr 25, 2024
5 checks passed
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.

3 participants