bump up concurrency to 7

This commit is contained in:
Khalim Conn-Kowlessar 2026-01-03 15:29:33 +08:00
parent e93ee33788
commit c8b717f2f8

View file

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