abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.87k stars 3.43k forks source link

EF Core connection resiliency #10183

Closed duard-sf closed 2 years ago

duard-sf commented 3 years ago

I am unable to use automatic retries with Entity Framework because of the below exception. Could you please assist?

realLiangshiwei commented 3 years ago

I will check it.

JadynWong commented 2 years ago

https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-resilient-entity-framework-core-sql-connections#execution-strategies-and-explicit-transactions-using-begintransaction-and-multiple-dbcontexts

maliming commented 2 years ago

ABP doesn't support the connection-resiliency feature.