Skip to content

Commit 0ecfdd7

Browse files
committed
Same changes on concepts page
1 parent 817f04a commit 0ecfdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This guide introduces some basic concepts to help you understand how CircleCI ma
1919
## Concurrency
2020
{: #concurrency }
2121

22-
In CircleCI, *concurrency* refers to utilizing multiple containers to run multiple jobs at the same time. To keep the system stable for all CircleCI customers, we implement different soft concurrency limits on each of the [resource classes]({{site.baseurl}}/configuration-reference/#resource_class) for different executors. If you are experiencing queueing on your jobs, it is possible you are hitting these limits. Customers on a Performance or Scale plan can request an increase to those limits at no extra charge.
22+
In CircleCI, *concurrency* refers to utilizing multiple containers to run multiple jobs at the same time. To keep the system stable for all CircleCI customers, we implement different soft concurrency limits on each of the [resource classes]({{site.baseurl}}/configuration-reference/#resource_class) for different executors. If you are experiencing queueing on your jobs, it is possible you are hitting these limits. Customers on annual plans can request an increase to those limits at no extra charge.
2323

2424
See [Orchestrating Workflows]({{site.baseurl}}/workflows/) to configure concurrency as shown in the [Sample Config Files document]({{site.baseurl}}/sample-config/#concurrent-workflow).
2525

0 commit comments

Comments
 (0)