-
Below is my docker compose file, I added restart policy as always for every service. My expected behavior is that when the chaos engineer kill one of the containers, it would automatically restart. Ho…
-
Given this source code
```
builder.Services.AddHealthChecks()
.AddAzureCosmosDB(optionsFactory: static (sp) =>
{
CosmosDbOptions cosmosConfig = sp.GetRequiredService().Value;
…
-
-
### Description
There is currently no way to specify different port for HealthChecks in Kuma running in Universal mode. Envoy supports it via [Endpoint.HealthCheckConfig](https://www.envoyproxy.io/do…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github…
-
Still a theory but cycleTimeWithinInterval is not within the needed interval and I think it's because the cloud API returned a 503 which prevents the Supervisor from updating its value for cycleTimeWi…
-
So after the presentation at the Deis office, we had some great feedback regarding making improvements to the AWS ELB healthchecks.
We have the API infrastructure in place in kops already to add he…
-
**Describe the bug**
I have SpeedTest-Tracker 1.12.0 running in a container on my unraid server. The basic functionality works perfectly. I recently tried to setup integration with healthchecks.io …
-
Add health checks such that if app container id down, openshift try to restart that based on health checks
-
Instead of healthchecks.io, I've always used the URL fields to send a request to a different notification service. This was fairly easy, since all of the requests are sent through `wget $CHECK_URL -O …