Healthchecks and Signals

1 / 10

Docker knows whether your process is running. It does not know whether your application works, and it will happily keep a wedged container in the rotation forever unless you tell it how to check.

The other half of the same subject: containers have to stop as well as start, and stopping badly is where dropped requests and corrupted state come from.

Finish →