Skip to content

Commit

Permalink
Merge pull request #4588 from hashicorp/d-fix-max-parallel-over-group
Browse files Browse the repository at this point in the history
Clarify `max_parallel` interaction with taskgroups
  • Loading branch information
angrycub authored Aug 16, 2018
2 parents 0535dfd + 5131a38 commit 92d9168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/job-specification/update.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ set of updates. The `system` scheduler will be updated to support the new

## `update` Parameters

- `max_parallel` `(int: 0)` - Specifies the number of task groups that can be
updated at the same time.
- `max_parallel` `(int: 0)` - Specifies the number of allocations within a task group that can be
updated at the same time. The task groups themselves are updated in parallel.

- `health_check` `(string: "checks")` - Specifies the mechanism in which
allocations health is determined. The potential values are:
Expand Down

0 comments on commit 92d9168

Please sign in to comment.