abp-samples
abp-samples copied to clipboard
Default aspire resilience policy will cause issues
https://github.com/abpframework/abp-samples/blob/23b509a5152be8e0e48fbaf1a2f918aa080ac42d/AspirationalAbp/src/AspirationalAbp.ServiceDefaults/Extensions.cs#L29
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.
hi
You can remove it or change the code for your actual case.
IMHO, you should alter the sample to that effect, so that others don't get bitten by this.