dotnet / extensions

This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
MIT License
2.59k stars 743 forks source link

Question about the resilience libraries #5224

Open scoizzle opened 3 months ago

scoizzle commented 3 months ago

Is there a good resource for a best practice on defining a health check that is aware of circuits being in an open state in Microsoft.Extensions.Resilience?

joperezr commented 3 months ago

Hello @scoizzle, We have at least a couple of official docs that talk about how to use the resilience libraries and their best practices here:

And we also have some docs around how to add health checks in general in aspnetcore:

However, I don't think we have one that specifically talks about integrating resilience policies with health checks. If you think this could be useful, it would be good to log an issue in the https://github.com/dotnet/docs repo or transfer this one there. cc: @IEvangelist