-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Implement health check API using
HealthCheck
trait (#255)
- Use the `HealthCheck` trait to implement the `_health` API endpoint and the health CLI command in addition to pre-boot checks. - Create a `HealthCheckRegistry` and the `App#health_checks method to allow consumers to provide their own health checks that will be run along with the defualt ones. - Remove the health checks from the `ServiceRegistry`. Closes #241
- Loading branch information
1 parent
b05d377
commit 8225647
Showing
17 changed files
with
566 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.