Skip to content

Commit

Permalink
Update default concurrency for AWS TF agents
Browse files Browse the repository at this point in the history
  • Loading branch information
pxc-dev committed Jan 25, 2024
1 parent b762bd6 commit be61407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 = {
Expand Down

0 comments on commit be61407

Please sign in to comment.