From 233dace245e1997f657b737c48f45dacb393cfe4 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 22 Jun 2026 14:49:28 +0000 Subject: [PATCH] 2 concurrent executions --- deployment/terraform/lambda/modelling_e2e/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/terraform/lambda/modelling_e2e/variables.tf b/deployment/terraform/lambda/modelling_e2e/variables.tf index 7fd1ecde..e45ec68a 100644 --- a/deployment/terraform/lambda/modelling_e2e/variables.tf +++ b/deployment/terraform/lambda/modelling_e2e/variables.tf @@ -20,8 +20,8 @@ variable "image_digest" { variable "reserved_concurrent_executions" { type = number - default = 1 - description = "Start at 1 to validate correctness before scaling up." + default = 2 + description = "Concurrent executions" } variable "batch_size" {