Skip to content

Commit 72a99f5

Browse files
committed
fix(srv): add info on function concurrency
1 parent d1953ad commit 72a99f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-functions/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Startup process steps are:
4141

4242
## Concurrency
4343

44-
Concurrency defines the capacity of a resource to process several requests at the same time. A single instance of a function has a concurrency of `1` as it handles requests sequentially, one by one, but a Serverless Function can have several instances running in parallel, depending on its [scaling](#scaling) configuration.
44+
Concurrency defines the capacity of a resource to process several requests at the same time. A single instance of a function has a concurrency of `1` as it handles requests sequentially, one by one, but a Serverless Function can have several instances running in parallel, depending on its [autoscaling](#autoscaling) configuration.
4545

4646
## Container Registry
4747

0 commit comments

Comments
 (0)