Skip to content

Commit

Permalink
perf: Scale early to avoid cold start
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 13, 2024
1 parent 40c23e0 commit cafe7f3
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 @@ -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
}
}
}
Expand Down

0 comments on commit cafe7f3

Please sign in to comment.