Unverified Commit 92d91686 authored by Charlie Voiselle's avatar Charlie Voiselle Committed by GitHub
Browse files

Merge pull request #4588 from hashicorp/d-fix-max-parallel-over-group

Clarify `max_parallel` interaction with taskgroups
parents 0535dfd4 5131a381
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment