From b0b67bad7a61577a1524abbfab1d90822103a5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Sun, 8 Dec 2024 18:46:02 +0100 Subject: [PATCH] perf: Fine-tune scaling rule --- 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 0d119048..a1869d0c 100644 --- a/cicd/bicep/app.bicep +++ b/cicd/bicep/app.bicep @@ -181,7 +181,7 @@ var containerAppScaleRules = [ azureQueue: { accountName: storageAccount.name identity: 'system' - queueLength: 1 + queueLength: 5 queueName: queue } }