python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
docker-compose health check passed, still unhealthy
condition was removed compose spec in versions 3.0 to 3.8 but is now back! Using version of the compose spec v3.9, you can use condition as an option in long syntax form of depends_on.
I use docker...

ink
Votes: 0
Answers: 3
In Data Health, when should I use build status vs transaction status vs job status
Data Health can check the status of the most recent build and/or of the most recent transaction. Under what conditions would one of these checks fail while the other passed? In other words, why would ...

Kevin Zhang
Votes: 0
Answers: 1
How to send email alerts when a healtcheck returns 'degraded'/'unhealthy' in ASP.NET
I have implemented healthchecks in my blazor application.
Startup.cs
public void ConfigureServices(IServiceCollection services)
{
services.AddRazorPages();
services.A...
TriedAtLeast
Votes: 0
Answers: 1
Is it possible to protect HealthCheck endpoints other than Authorization in ASP.NET Core?
The case I'm trying to handle is protecting the health endpoint generated by using IEndpointRouteBuilder.MapHealthChecks not via authorization, but by some other mechanism.
My first thought was to add...
SpiritBob
Votes: 0
Answers: 1