Skip to content

Commit

Permalink
docs/Dockerfile: document healthcheck timeout uses SIGKILL
Browse files Browse the repository at this point in the history
  • Loading branch information
bpascard committed Feb 20, 2024
1 parent da55716 commit aa325f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/dockerfile/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2450,7 +2450,8 @@ The health check will first run **interval** seconds after the container is
started, and then again **interval** seconds after each previous check completes.

If a single run of the check takes longer than **timeout** seconds then the check
is considered to have failed.
is considered to have failed. The process performing the check is abruptly stopped
with a `SIGKILL`.

It takes **retries** consecutive failures of the health check for the container
to be considered `unhealthy`.
Expand Down

0 comments on commit aa325f5

Please sign in to comment.