abp-samples icon indicating copy to clipboard operation
abp-samples copied to clipboard

Default aspire resilience policy will cause issues

Open kfrancis opened this issue 7 months ago • 2 comments

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.

kfrancis avatar May 27 '25 20:05 kfrancis

hi

You can remove it or change the code for your actual case.

maliming avatar May 28 '25 03:05 maliming

IMHO, you should alter the sample to that effect, so that others don't get bitten by this.

kfrancis avatar May 28 '25 18:05 kfrancis