Skip to content

connection pool timeout #2996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AndreasBergmeier6176 opened this issue May 15, 2024 · 2 comments
Open

connection pool timeout #2996

AndreasBergmeier6176 opened this issue May 15, 2024 · 2 comments

Comments

@AndreasBergmeier6176
Copy link

Issue tracker is used for reporting bugs and discussing new features. Please use
stackoverflow for supporting issues.

We have multiple services, which talk to a Redis.
We created a new one with similar/same code as other services and this one now gives us a lot of:
connection pool timeout errors.

Expected Behavior

It should tell me at least some details about what timed out and why.
Currently the error is completely useless for figuring out what the problem actually is.

Current Behavior

It gives this error. I was under the impression that Redis would allocate new connections at will - but the field docs for the Redis Client are not clear enough IMO in order to understand what the actual behavior is.

@KyleKincer
Copy link

connection pool timeout can only mean that a connection wasn't available from the pool within the PoolTimeout. Have you tried increasing the PoolSize?

@ndyakov
Copy link
Member

ndyakov commented Jun 5, 2025

Hello @AndreasBergmeier6176 , the error is actually connection pool timeout, which informs the developer that getting a connection from the pool timeouts.

I do believe this is sufficient information, maybe we can improve the documentation. Will look into adding a section with all errors.

@htemelski-redis you can check this as part of your onboarding? Let me know if you would prefer both of us to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants