From cafe7f355701a59dddfda6d2d7b9173d8033e86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Fri, 13 Dec 2024 10:30:46 +0100 Subject: [PATCH] perf: Scale early to avoid cold start --- cicd/bicep/app.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/bicep/app.bicep b/cicd/bicep/app.bicep index 138ddc3..e30b926 100644 --- a/cicd/bicep/app.bicep +++ b/cicd/bicep/app.bicep @@ -265,7 +265,7 @@ resource containerApp 'Microsoft.App/containerApps@2024-02-02-preview' = { type: 'cpu' metadata: { type: 'Utilization' - value: '80' + value: '60' // Scale early to avoid cold start } } }