|
http.AddStandardResilienceHandler(); |
So, we added aspire to our solution to make it easier to run locally - but if the code takes too long, then the default resilience policy will cause issues, where the app service methods get called more than expected.
abp-samples/AspirationalAbp/src/AspirationalAbp.ServiceDefaults/Extensions.cs
Line 29 in 23b509a
So, we added aspire to our solution to make it easier to run locally - but if the code takes too long, then the default resilience policy will cause issues, where the app service methods get called more than expected.