Skip to content

Commit 89c61b2

Browse files
leburgeonkcmartin
andauthoredJun 25, 2025··
copy edits on configuration.html.markerb (#1996)
* Update configuration.html.markerb Update to some grammar and word usage. * add "the" --------- Co-authored-by: Kristin Martin <[email protected]>
1 parent c074767 commit 89c61b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎reference/configuration.html.markerb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Roughly translated, this section says every thirty seconds, perform an HTTP GET
402402
Times are in milliseconds unless units are specified.
403403

404404
* `grace_period`: The time to wait after a Machine starts before checking its health. Make sure this is long enough for your app to start up. For example, if your app takes 2 seconds to start up, give it some runway by setting `grace_period` to at least 3 seconds.
405-
* `interval`: The time between connectivity checks. There should be a balance between the interval and the grace period. If it's long and your grace_period shorter than your app's startup time, health check will take too long adding you your deployment time.
405+
* `interval`: The time between connectivity checks. There should be a balance between the interval and the grace period. If interval is long and grace_period is shorter than your app's startup time, the health check will take too long, adding to your deployment time.
406406
* `timeout`: The maximum time a connection can take before being reported as failing its health check.
407407
* `method`: The HTTP method to be used for the check. If omitted, the default is `get`.
408408
* `path`: The path of the URL to be requested.

0 commit comments

Comments
 (0)
Please sign in to comment.