Isn't redis client expected to automatically reconnect? #6241
Unanswered
azisaka
asked this question in
Q&A / Need Help
Replies: 1 comment
-
which version of Keda is used? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all! Thank you for the excellent work on Keda!
I just started to implement the Redis Lists scaler on my cluster and stumbled upon an issue:
"error": "redis: client is closed"
Some of the Scaled Objects disconnect from Redis and never reconnect. I can induce a reconnection by editing the Scaled Object twice. On the first edit the error shows up on the log; On the second time the client reconnects.
Am I doing anything wrong? Is it a bad approach to automatically reconnect? Do I need to tell anything to Keda to ask for this kind of resilience?
What information would you need to help me figure this out?
Looking forward to contribute here.
Beta Was this translation helpful? Give feedback.
All reactions