This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
How to use Conductor with Standalone Redis cache which has timeout for idle connections. #2388
Unanswered
vamsibandarupalli
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I am not sure how the timeout for idle connections and the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to use conductor with Azure Cache for Redis, which has 10 minutes timeout for idle connections. Conductor was priming 31 connections when started the server and at some point if there are no (read/write)operations performed to redis, Azure is terminating the idle connections as a result getting the broken pipe error.
Also in Conductor documentation it is mentioned maxConnectionPerHost as 31 is there any reason it should be 31? If we decrease it will there be any decrease in performance?
Beta Was this translation helpful? Give feedback.
All reactions