Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Health Checks should use transient fault handling #56

Open
grahamehorner opened this issue May 3, 2017 · 1 comment
Open

Health Checks should use transient fault handling #56

grahamehorner opened this issue May 3, 2017 · 1 comment

Comments

@grahamehorner
Copy link

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

@CESARDELATORRE
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants