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

Enable automatic retry on redis errors #4595

Merged
merged 3 commits into from
Jan 7, 2025
Merged

Enable automatic retry on redis errors #4595

merged 3 commits into from
Jan 7, 2025

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Jan 6, 2025

Default single retry for any RedisError

masenf added 3 commits January 6, 2025 15:36
ExponentialBackoff 3x retry for BusyLoadingError, ConnectionError, and TimeoutError
Using the default Retry means that async and sync clients get the appropriate type of Retry
@adhami3310 adhami3310 merged commit 72d7616 into main Jan 7, 2025
41 checks passed
@adhami3310 adhami3310 deleted the masenf/redis-retry branch January 7, 2025 18:24
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