From 34414d14a50df31b487778efce885e613bb14039 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 7 Apr 2026 11:10:15 +0000 Subject: [PATCH] change to sensiable concurrecy and batch size --- infrastructure/terraform/lambda/_template/variables.tf | 2 +- infrastructure/terraform/lambda/hubspot_deal_etl/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/terraform/lambda/_template/variables.tf b/infrastructure/terraform/lambda/_template/variables.tf index 63f60cb6..0a3092ee 100644 --- a/infrastructure/terraform/lambda/_template/variables.tf +++ b/infrastructure/terraform/lambda/_template/variables.tf @@ -25,7 +25,7 @@ variable "maximum_concurrency" { variable "batch_size" { type = number - default = 5 + default = 1 } locals { diff --git a/infrastructure/terraform/lambda/hubspot_deal_etl/variables.tf b/infrastructure/terraform/lambda/hubspot_deal_etl/variables.tf index 499f9cc5..84f0e567 100644 --- a/infrastructure/terraform/lambda/hubspot_deal_etl/variables.tf +++ b/infrastructure/terraform/lambda/hubspot_deal_etl/variables.tf @@ -25,7 +25,7 @@ variable "maximum_concurrency" { variable "batch_size" { type = number - default = 1 + default = 5 } locals {