From 6442bce0e3d032ffcd9576e62ac7f095c7462943 Mon Sep 17 00:00:00 2001 From: Thomas Tacquet Date: Wed, 27 Nov 2024 21:27:09 +0100 Subject: [PATCH] fix(serverless): instance number --- serverless/containers/concepts.mdx | 2 +- serverless/functions/concepts.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless/containers/concepts.mdx b/serverless/containers/concepts.mdx index 40938a61e8..02959e8264 100644 --- a/serverless/containers/concepts.mdx +++ b/serverless/containers/concepts.mdx @@ -98,7 +98,7 @@ One of the advantages of Serverless Containers is that when your container is no ## Scaling -Serverless Containers make scaling your application transparent, up to 20 instances of your container can be run at the same time. +Serverless Containers make scaling your application transparent, up to 50 instances of your container can be run at the same time. ## Secrets diff --git a/serverless/functions/concepts.mdx b/serverless/functions/concepts.mdx index 79fe286ab9..66e8ede480 100644 --- a/serverless/functions/concepts.mdx +++ b/serverless/functions/concepts.mdx @@ -78,7 +78,7 @@ One of the advantages of Serverless Functions is that when your function is not ## Scaling -Serverless Functions make scaling your application transparent, up to 20 instances of your function can be run at the same time. +Serverless Functions make scaling your application transparent, up to 50 instances of your function can be run at the same time. ## Secrets