supervisor_checks icon indicating copy to clipboard operation
supervisor_checks copied to clipboard

Framework to build health checks for Supervisor-based services.

Results 2 supervisor_checks issues
Sort by recently updated
recently updated
newest added

Using image `python:3.10-slim` curling `localhost:4180/ping` in the container returns an `OK` ``` root@008a65d1d6b8:/# curl localhost:4180/ping OK ``` `oauth.sh` works fine without running the event listener. ``` [program:oauth] command = /opt/oauth-proxy/oauth.sh...

When num_retries is specified, regardless of whether the number of retries has been met, the service will be restarted if the http check gets a 503 back. The following log...