Skip to content

Commit

Permalink
perf: Fine-tune scaling rule
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 8, 2024
1 parent 3209a0e commit b0b67ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/bicep/app.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ var containerAppScaleRules = [
azureQueue: {
accountName: storageAccount.name
identity: 'system'
queueLength: 1
queueLength: 5
queueName: queue
}
}
Expand Down

0 comments on commit b0b67ba

Please sign in to comment.