HealthChecks icon indicating copy to clipboard operation
HealthChecks copied to clipboard

Health Checks should use transient fault handling

Open grahamehorner opened this issue 8 years ago • 1 comments

HealthChecks should use similar logic to transient fault handling to avoid false negative health reporting of transient faults

https://docs.microsoft.com/en-us/aspnet/aspnet/overview/developing-apps-with-windows-azure/building-real-world-cloud-apps-with-windows-azure/transient-fault-handling

grahamehorner avatar May 03 '17 22:05 grahamehorner

That's a good point, maybe using Polly's policies like we do use it from the eShopOnContainers application at GitHub. Retries with exponential backoff plus circuit-breakers.

CESARDELATORRE avatar May 03 '17 23:05 CESARDELATORRE