What problem does it solve?
Manually configuring MySQL database readiness health checks for .NET backend services is time-consuming and error-prone, often leading to misconfigured probes that fail to accurately reflect database connectivity status.
Core Features & Use Cases
- Pre-configured Readiness Probe: Provides ready-to-use code snippets to register a MySQL health check that verifies database connectivity before routing traffic to the service.
- Framework Compatibility: Integrates seamlessly with the standard .NET HealthChecks library and Jarvis's layered extension setup, requiring minimal changes to existing project configurations.
- Use Case: For example, if you are deploying a .NET API that connects to a MariaDB/MySQL database, this skill lets you add a /health/ready endpoint that confirms the database is reachable before the service is marked as ready to accept requests.
Quick Start
Use the healthcheck-dotnet-mysql skill to add a MySQL readiness probe to your .NET project's health check configuration.