-
Notifications
You must be signed in to change notification settings - Fork 13
Send with retry for redis.rpush #92
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
Conversation
|
We might need to re-connect on failure, rather than just retrying. What was the error message exactly? |
This is an older log with aioredis, but it was almost identical with redis-py, https://paste.mozilla.org/h8jpZrcd |
|
Maybe there is a way with the library to enable auto-reconnection? If not, we'd have to build a wrapper around it, or another option could be to create a new connection for every rpush (but that might slow things down). |
9c1f6d6 to
8b2f506
Compare
No description provided.