The Wayback Machine - https://web.archive.org/web/20210726100233/https://github.com/topics/health-checks
Skip to content
#

health-checks

Here are 50 public repositories matching this topic...

laravel-health-check
tylerwoonton
tylerwoonton commented Sep 30, 2020

What is the feature?

We should add a QueueHealthCheck to the package.

What benefits will this change bring?

This will be used broadly across various apps, so is worth including in the core package.

Additional context

This check would need to be able to run for multiple drivers, and should clean up after itself - we don't want to leave anything sat in queues after the c

LiteXHealthChecks
vgribok
vgribok commented Nov 1, 2019

Current implementation of AddPostgreSql() and PostgreSqlHealthCheck() caches connection string for the lifetime of the running application. This goes against the dynamic nature of IConfiguration that allows dynamic reloading and usage of configuration settings without having to restart the application.

Please follow .NET Core Framework pattern for adding [SQL Server health check](https://

Improve this page

Add a description, image, and links to the health-checks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the health-checks topic, visit your repo's landing page and select "manage topics."

Learn more