This repository was archived by the owner on Jul 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
TimeoutException on SetAsync() #12
Copy link
Copy link
Open
Description
While running load tests against our service, we're noticing that call to SetAsync() will sometimes fail with a TimeoutException, with what appears to be a 5 minute timeout.
System.TimeoutException: This can happen if message is dropped when service is busy or its long running operation and taking more time than configured Operation Timeout.
Tried setting the CancellationToken to limit the duration of the call, but it looks like that is not used in this method.
Line 80 in bf2db07
await proxy.SetCachedItemAsync(key, value, options.SlidingExpiration, absoluteExpireTime).ConfigureAwait(false);
Our load tests did not seem particularly intensive. They only pushed the machine to around 20% CPU.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels