-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Timeout from Redis Client #431
Comments
? |
same problem |
? any other idea ? solution ? |
@Ohad29 thanks for your feedback. Unfortunately the connection poll is not the solution for all the timeout problems. There are several reason why you could have a timeout (see here. I manage more than 100 rps with a pool with just 2 connections, it depends what you put on redis, the serialization, the thread pool and so on. It's difficult to find a solution with these information. |
Hi all,
I am using StackExchange.Redis.Exstenssions.core with conn pool
my application is traffic is about 200K calls every 5 minutes coming from 12 servers
~55 calls a second from each server.
i am doing 2 basic things : cache health every 5 second and applicative actions on the cache.
It does not matter - every think i am doing ( with conn pool with thread pool and withet 0 i am getting timeout from the client and it is not reaching Redis ( slowlog is quiet empty )
I tried to increase conn pool to 50-100 - didnt help
tried to increase thread pool to 50-100 it took a lot CPU of the server -reach 100% and didnt work.
few examples
The text was updated successfully, but these errors were encountered: