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 5950aa4 commit 5542a32Copy full SHA for 5542a32
1 file changed
infra/main.bicep
@@ -75,7 +75,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-01-01' = {
75
env: [
76
{ name: 'OPTIMIZER_TIME_LIMIT', value: '25' }
77
{ name: 'OPTIMIZER_NUM_THREADS', value: '1' }
78
- { name: 'GUNICORN_CMD_ARGS', value: '--workers 4 --max-requests 32 --access-logfile -' }
+ { name: 'GUNICORN_CMD_ARGS', value: '--workers 4 --max-requests 32' }
79
{ name: 'JWT_TOKEN_SECRET', secretRef: 'jwt-token-secret' }
80
]
81
probes: [
0 commit comments