-
Notifications
You must be signed in to change notification settings - Fork 224
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
ability to specify health_check_interval for redis #184
Comments
Will reopen after a bit more research |
Hi, just thought I'd check on this one. I'm getting an error from django in production that says:
The issue mentioned above seems to indicate that it could solve this problem. I think the feature should be easy to add, with the caveat that you'll need to either require redis-py > 3.3.0 or would need to handle the error when the There's more about this in redis-py's readme. Seems harmless to add this feature? |
I am currently running in issue where my Django web app periodically loses connection with my Redis. This seems due to the issue discussed in redis/redis-py#1140
something like the health_check_interval option would allow such a connection failure to be fixed.
The text was updated successfully, but these errors were encountered: