From 360e069386e0205499e63d0bdfc4c858ec183fa0 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 19 Jun 2026 11:07:30 +0000 Subject: [PATCH] hubspot etl 20 in parrell --- deployment/terraform/lambda/hubspot_deal_etl/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/terraform/lambda/hubspot_deal_etl/variables.tf b/deployment/terraform/lambda/hubspot_deal_etl/variables.tf index 84f0e567..189822f0 100644 --- a/deployment/terraform/lambda/hubspot_deal_etl/variables.tf +++ b/deployment/terraform/lambda/hubspot_deal_etl/variables.tf @@ -19,7 +19,7 @@ variable "image_digest" { variable "maximum_concurrency" { type = number - default = 2 + default = 20 description = "Maximum number of concurrent Lambda invocations from SQS (2-1000). null = no limit." }