From be61407888d8724db7347f585dc26086801f5559 Mon Sep 17 00:00:00 2001 From: Prateek <56234509+pxc-dev@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:18:30 -0800 Subject: [PATCH] Update default concurrency for AWS TF agents --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 2ea6f71..b4a5eee 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ locals { # Wrapper metadata - mcd_wrapper_version = "0.1.0" + mcd_wrapper_version = "0.1.2" mcd_agent_platform = "AWS" mcd_agent_service_name = "REMOTE_AGENT" mcd_agent_deployment_type = "TERRAFORM" @@ -20,7 +20,7 @@ locals { mcd_agent_function_image_uri = replace(var.image, "*", var.region) mcd_agent_function_handler = "apollo.interfaces.lambda_function.handler.lambda_handler" mcd_agent_function_memory = 512 - mcd_agent_function_concurrency = 20 + mcd_agent_function_concurrency = 42 mcd_agent_function_timeout = 900 mcd_agent_function_package_type = "Image" mcd_agent_function_environment_config = {