This repository was archived by the owner on Jul 21, 2023. It is now read-only.
This repository was archived by the owner on Jul 21, 2023. It is now read-only.
TimeoutException on SetAsync() #12
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.
Our load tests did not seem particularly intensive. They only pushed the machine to around 20% CPU.
Metadata
Metadata
Assignees
Labels
No labels