Any others encounter an issue where connecting to AWS ElastiCache continues to increase the number of connections over time #2026
Closed
jdgriffith
started this conversation in
General
Replies: 2 comments 1 reply
-
I use AWS Elasticache and have not seen this behavior. Can you issue a CLIENT LIST command on your Redis instance to see what these connections look like, for example, workers do create connections with a special name that starts with the prefix "bull:". You will also be able to see the IP from which the connections are created and so on. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Update: this was caused by another redis connection pool unrelated to BullMQ. We are still very happy with what you have built and it's been very solid for our team! |
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
-
Our setup involves deploying our app into AWS Elastic Container Service (ECS) and our workers have a connection to an ElastiCache redis cluster. We have noticed the number of redis connections continue to climb over time in AWS. We have not been able to replicate this behavior locally. Has this happened to anyone else?
Any thoughts/ideas appreciated!
Beta Was this translation helpful? Give feedback.
All reactions