Skip to content

Commit 76b958e

Browse files
authored
Document health check interval in manifest docs (#4077)
1 parent f54e578 commit 76b958e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/v3/source/includes/resources/manifests/_object.md.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ applications:
4343
disk_quota: 512M
4444
health-check-http-endpoint: /healthcheck
4545
health-check-type: http
46+
health-check-interval: 5
4647
health-check-invocation-timeout: 10
4748
instances: 3
4849
memory: 500M
@@ -117,6 +118,7 @@ Name | Type | Description
117118
**command** | _string_ | The command used to start the process; this overrides start commands from [Procfiles](#procfiles) and buildpacks
118119
**disk_quota** | _string_ | The disk limit for all instances of the web process; <br>this attribute requires a unit of measurement: `B`, `K`, `KB`, `M`, `MB`, `G`, `GB`, `T`, or `TB` in upper case or lower case
119120
**health-check-http-endpoint** | _string_ | Endpoint called to determine if the app is healthy
121+
**health-check-interval** | _integer_ | The interval in seconds between health check requests
120122
**health-check-invocation-timeout** | _integer_ | The timeout in seconds for individual health check requests for http and port health checks
121123
**health-check-type** | _string_ | Type of health check to perform; `none` is deprecated and an alias to `process`
122124
**instances** | _integer_ | The number of instances to run

0 commit comments

Comments
 (0)