Skip to content

Commit

Permalink
Merge pull request #6 from monte-carlo-data/pchawla/kil-3095-update-d…
Browse files Browse the repository at this point in the history
…efault-concurrency-for-aws-agents

Increase default concurrency for the AWS agent
  • Loading branch information
pxc-dev authored Jan 26, 2024
2 parents b762bd6 + be61407 commit 37fa6b6
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 37fa6b6

Please sign in to comment.