Unclear documentation for heath checks

In the documentation:

Initializing Timeout: The number of milliseconds before we exit initializing.
Re-Initializing Timeout: The number of milliseconds before we exit reinitializing.

Both of these could do with some explanation - it’s not clear what these settings actually do.

They are both how long it will wait for the health check to pass before giving up, deleting the container, and rescheduling. Initializing is for the first time on a new container, reinitializing for subsequent times (i.e restarting).