Skip to content
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

Allow setting pool timeout on redis clients. #305

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

fische
Copy link
Contributor

@fische fische commented Apr 25, 2024

Since #301 has been merged and deployed, we're seeing quite a few connection pool timeout. This is because the pool timeout is set based on the read timeout by default and since it has been reduced from the default 3s to 1s, I guess it is now too low on high traffic.

@fische fische requested a review from Hamishpk April 25, 2024 10:27
@fische fische self-assigned this Apr 25, 2024
@fische fische requested a review from peterebden April 25, 2024 10:34
@fische fische merged commit f152c8d into thought-machine:master Apr 25, 2024
5 checks passed
@fische fische deleted the redis-pool-timeout branch April 25, 2024 15:58
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

Successfully merging this pull request may close these issues.

2 participants