sozu icon indicating copy to clipboard operation
sozu copied to clipboard

health checks

Open Geal opened this issue 3 years ago • 0 comments

right now sozu evaluates the health of a backend server from TCP connections (if we cannot connect, we retry, then there's a circuit breaker after a while).

We should be able to measure the health from other means:

  • timeouts
  • HTTP 500 errors
  • configurable heath checks on a status page configurable per application

that last one could be handled by the main process, and the server status dispatched to the worker. We can also send back an event to configuration clients to indicate the health check failed

Geal avatar Jul 29 '21 09:07 Geal