From c8b717f2f8b1c832657340fbf8111b46096044f1 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Sat, 3 Jan 2026 15:29:33 +0800 Subject: [PATCH] bump up concurrency to 7 --- serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless.yml b/serverless.yml index d2d8f50a..6c042739 100644 --- a/serverless.yml +++ b/serverless.yml @@ -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: