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 455471d commit 443b210Copy full SHA for 443b210
1 file changed
infra/main.bicep
@@ -52,7 +52,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-01-01' = {
52
env: [
53
{ name: 'OPTIMIZER_TIME_LIMIT', value: '25' }
54
{ name: 'OPTIMIZER_NUM_THREADS', value: '1' }
55
- { name: 'GUNICORN_CMD_ARGS', value: '--workers 4 --max-requests 32' }
+ { name: 'GUNICORN_CMD_ARGS', value: '--workers 4 --max-requests 32 --access-logfile -' }
56
]
57
probes: [
58
{
0 commit comments