We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae372e9 commit df3b259Copy full SHA for df3b259
1 file changed
infra/main.bicep
@@ -90,7 +90,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-01-01' = {
90
{ name: 'OPTIMIZER_NUM_THREADS', value: '1' }
91
{
92
name: 'GUNICORN_CMD_ARGS'
93
- value: '--workers 3 --timeout 40 --max-requests 5000 --max-requests-jitter 500'
+ value: '--workers 4 --timeout 40 --max-requests 100 --max-requests-jitter 500'
94
}
95
{ name: 'JWT_TOKEN_SECRET', secretRef: 'jwt-token-secret' }
96
]
@@ -114,7 +114,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-01-01' = {
114
name: 'http-scaling'
115
http: {
116
metadata: {
117
- concurrentRequests: '6'
+ concurrentRequests: '8'
118
119
120
0 commit comments