Skip to content

Commit df3b259

Browse files
committed
infra: increase concurrency
1 parent ae372e9 commit df3b259

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-01-01' = {
9090
{ name: 'OPTIMIZER_NUM_THREADS', value: '1' }
9191
{
9292
name: 'GUNICORN_CMD_ARGS'
93-
value: '--workers 3 --timeout 40 --max-requests 5000 --max-requests-jitter 500'
93+
value: '--workers 4 --timeout 40 --max-requests 100 --max-requests-jitter 500'
9494
}
9595
{ name: 'JWT_TOKEN_SECRET', secretRef: 'jwt-token-secret' }
9696
]
@@ -114,7 +114,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-01-01' = {
114114
name: 'http-scaling'
115115
http: {
116116
metadata: {
117-
concurrentRequests: '6'
117+
concurrentRequests: '8'
118118
}
119119
}
120120
}

0 commit comments

Comments
 (0)