netcorekit icon indicating copy to clipboard operation
netcorekit copied to clipboard

Better health check for the external systems

Open thangchung opened this issue 5 years ago • 1 comments

Something like

public interface IExternalSystem {
  bool Connect();
}

thangchung avatar Aug 17 '18 03:08 thangchung

Upgrading to .NET 2.2:

  • https://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks
  • https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-2.2

thangchung avatar Feb 26 '19 08:02 thangchung