Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProvide information about dependencies in health endpoint #222
Labels
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
The endpoint should be in line with Microsoft Health Check Guidance |
This comment has been minimized.
This comment has been minimized.
We should use AspNetCore.Diagnostics.HealthChecks See domaindrivendev/Swashbuckle.AspNetCore#1058 for consuming it in a Swagger documented endpoint. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide detailed information about the health of scraper and its dependencies in health endpoint.
Specification
Tasklist
API Specs
The response should follow the built-in ASP.NET
HealthCheckResult
.Considerations