Skip to content

Commit

Permalink
Merge pull request #7042 from hashicorp/docs-healthy-deadline
Browse files Browse the repository at this point in the history
docs: clarify healthy/progress_deadline relationship
  • Loading branch information
schmichael committed Jul 13, 2020
2 parents fc1fce6 + 0f67feb commit f6f697a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/pages/docs/job-specification/update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ a future release.

- `healthy_deadline` `(string: "5m")` - Specifies the deadline in which the
allocation must be marked as healthy after which the allocation is
automatically transitioned to unhealthy. This is specified using a label
suffix like "2m" or "1h".
automatically transitioned to unhealthy. This is specified using a label suffix
like "2m" or "1h". If [`progress_deadline`](#progress_deadline) is non-zero, it
must be greater than `healthy_deadline`. Otherwise the `progress_deadline` may
fail a deployment before an allocation reaches its `healthy_deadline`.

- `progress_deadline` `(string: "10m")` - Specifies the deadline in which an
allocation must be marked as healthy. The deadline begins when the first
Expand Down

0 comments on commit f6f697a

Please sign in to comment.