We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation of redis-py says health_check_interval is an int for the number of seconds between health checks or ping/pong.
redis-py
health_check_interval
int
kodiak/bot/kodiak/redis_client.py
Line 22 in 729e64d
I assume setting it to true would be the same as setting it to 1? Maybe 10, 30, or a configurable value would be better?
true
1
The text was updated successfully, but these errors were encountered:
I'm open to PRs supporting configuration for this setting.
For what it's worth, this health check interval works in production, even if it is a little too frequent
Sorry, something went wrong.
No branches or pull requests
The documentation of
redis-py
sayshealth_check_interval
is anint
for the number of seconds between health checks or ping/pong.kodiak/bot/kodiak/redis_client.py
Line 22 in 729e64d
I assume setting it to
true
would be the same as setting it to1
? Maybe 10, 30, or a configurable value would be better?The text was updated successfully, but these errors were encountered: