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

Bad response from PING health check #341

Open
earonesty opened this issue Aug 22, 2024 · 0 comments
Open

Bad response from PING health check #341

earonesty opened this issue Aug 22, 2024 · 0 comments

Comments

@earonesty
Copy link

earonesty commented Aug 22, 2024

Hi, if you specify a health_check_interval with FakeAsyncRedis, it fails

            health_check_interval=timeout,

My workaround that doesn't require me to install FakeRedis in my main codebase to get isinstance to work:

        if redis.Redis.__name__.endswith("FakeRedis"):
            health_check_interval = None  
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

No branches or pull requests

1 participant