Skip to content

Commit 72fdb7c

Browse files
committed
Add healthcheck types description
1 parent 6819860 commit 72fdb7c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

toc/rfc/rfc-draft-readiness-healthchecks.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ ready" and its route will be removed from gorouter's route table. This new
3939
readiness healthcheck will give users a healthcheck option that is less drastic
4040
than the current option.
4141

42+
## Types of readiness healthcheck
43+
44+
Readiness healthcheck can be either "http" or "tcp" type. The format of healthcheck
45+
type is [similar to liveness
46+
healthcheck](https://docs.cloudfoundry.org/devguide/deploy-apps/healthchecks.html).
47+
The "process" healthcheck type will not be supported since it doesn't make sense
48+
to have "process" readiness healthcheck type. Once any defined process exits AI
49+
is marked as crashed.
50+
4251
### Architecture Overview
4352
This feature will require changes in the following releases
4453

0 commit comments

Comments
 (0)