This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase connection timeouts for Redis
When using py-redis for connecting to Redis via HAProxy the connection is being closed even when alive by HAProxy. Unfortunately this is a know issue on py-redis side (see [1]). This patch increases connection timeouts to not pollute (for example) Gnocchi [2] logs with reconnect tracebacks every 2 minutes. [1] redis/redis-py#1140 [2] https://bugzilla.redhat.com/show_bug.cgi?id=1924373 Change-Id: Ie7ee7c90107cfe5bff08f5c778a6273ae9ffcc76 (cherry picked from commit 209e954)
- Loading branch information