Skip to content

A small library which extends asp.net core healthchecks to run, and then crash the application on startup in the case of a unhealthy health check.

License

Notifications You must be signed in to change notification settings

alastairgould/Implode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implode

A small library which extends asp.net core healthtchecks to run, and then crash the application on startup in the case of a unhealthy health check.

Why?

You prefer a newly deployed application to fail on deployment rather than fully startup and have to check the healthcheck endpoint.

How to use

    public void ConfigureServices(IServiceCollection services)
    {
	      //Other configure services code
        services.AddImplodeOnStartupForUnhealthyHealthChecks()
    }

How to install

dotnet add package Implode

About

A small library which extends asp.net core healthchecks to run, and then crash the application on startup in the case of a unhealthy health check.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages