Closed chai93323 closed 4 years ago
Can you write more details, so we can exactly know where to introduce an option for it.
Abp Version: vNext 2.9.0 .Net Core: 3.1.103
I have the same problem. The API is always pending and then it will time out.
The problem is solved. The reason is that redis is not installed. It's a bug?
@cnfanhua No, the applications use Redis as as distributed cache. So, you need to have Redis installed & running.
@liangshiw thanks.
MicroService Timeout after long running task. (over 100 second) System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException()
Is there any setting to extend the timeout?