Skip to content

Commit

Permalink
"Controller-level" consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
Anton Gilgur authored Aug 31, 2024
1 parent 681f2f6 commit 516812b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/parallelism.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

You can restrict the number of parallel workflow executions.

## Controller level
## Controller-level

You can limit the total number of parallel workflow executions in the [workflow controller ConfigMap](workflow-controller-configmap.yaml):

Expand Down Expand Up @@ -35,7 +35,7 @@ spec:
...
````
Workflows that have not started due to controller level parallelism will be queued: Workflows with higher priority numbers will start before lower priority ones.
Workflows that have not started due to Controller-level parallelism will be queued: workflows with higher priority numbers will start before lower priority ones.
The default workflow priority is `0`.

## Synchronization
Expand Down

0 comments on commit 516812b

Please sign in to comment.