File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
version/release-candidate Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10850,6 +10850,7 @@ <h3 id="the-manifest-schema">The manifest schema</h3>
1085010850 <span class="na">disk_quota</span><span class="pi">:</span> <span class="s">512M</span>
1085110851 <span class="na">health-check-http-endpoint</span><span class="pi">:</span> <span class="s">/healthcheck</span>
1085210852 <span class="na">health-check-type</span><span class="pi">:</span> <span class="s">http</span>
10853+ <span class="na">health-check-interval</span><span class="pi">:</span> <span class="m">5</span>
1085310854 <span class="na">health-check-invocation-timeout</span><span class="pi">:</span> <span class="m">10</span>
1085410855 <span class="na">instances</span><span class="pi">:</span> <span class="m">3</span>
1085510856 <span class="na">memory</span><span class="pi">:</span> <span class="s">500M</span>
@@ -11030,6 +11031,11 @@ <h4 id="process-level-configuration"><a name="space-manifest-process-level-confi
1103011031<td>Endpoint called to determine if the app is healthy</td>
1103111032</tr>
1103211033<tr>
11034+ <td><strong>health-check-interval</strong></td>
11035+ <td><em>integer</em></td>
11036+ <td>The interval in seconds between health check requests</td>
11037+ </tr>
11038+ <tr>
1103311039<td><strong>health-check-invocation-timeout</strong></td>
1103411040<td><em>integer</em></td>
1103511041<td>The timeout in seconds for individual health check requests for http and port health checks</td>
You can’t perform that action at this time.
0 commit comments