The documentation of redis-py says health_check_interval is an int for the number of seconds between health checks or ping/pong.
|
health_check_interval=True, |
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?
The documentation of
redis-pysayshealth_check_intervalis anintfor 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
truewould be the same as setting it to1? Maybe 10, 30, or a configurable value would be better?