Free trial · 14 days · Cancel anytimeGet started

The advice given when a container has no /health route is more complete

v0.25.1-beta
  • The advice given when a container has no /health route is more complete. It stopped at "add this route, returning 200 when the application is ready", which invites a probe that always answers 200 and can therefore never report a failure. It now specifies that answering 200 must mean the service can actually serve, not that the process is running.