chore: increase max instances to target 10k concurrent requests

This commit is contained in:
Yanlong Wang 2024-04-17 09:22:26 +08:00
parent 50ed9cc248
commit bda7e76e50
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -153,6 +153,7 @@ ${this.content}
memory: '8GiB',
timeoutSeconds: 540,
concurrency: 16,
maxInstances: 625,
},
httpMethod: ['get', 'post'],
returnType: [String, OutputServerEventStream],