reduced concurrency to 5 lambdas instead of 10

This commit is contained in:
Khalim Conn-Kowlessar 2026-01-01 13:19:11 +08:00
parent d009a7adc1
commit 9ac3eeb8a7

View file

@ -66,7 +66,7 @@ functions:
- sqs:
arn: arn:aws:sqs:${self:provider.region}:${aws:accountId}:model-engine-queue
batchSize: 1
maximumConcurrency: 10 # Heavily restricts concurrency to avoid overwhelming the ldmbda limits
maximumConcurrency: 5 # Heavily restricts concurrency to avoid overwhelming the ldmbda limits
resources: