From 7ea00d3ece299be52862c02732d89080f38a06de Mon Sep 17 00:00:00 2001 From: ciuffagianluca <113357981+ciuffagianluca@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:12:41 +0100 Subject: [PATCH] fix: PIMD-67 increase ru for ecommerce cosmos (#2744) * increase ru for ecommerce cosmos * run pre-commit * chore: update docs --------- Co-authored-by: Gianluca Ciuffa Co-authored-by: Simone Infante <52280205+infantesimone@users.noreply.github.com> --- src/domains/ecommerce-common/env/weu-prod/terraform.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domains/ecommerce-common/env/weu-prod/terraform.tfvars b/src/domains/ecommerce-common/env/weu-prod/terraform.tfvars index 231a3358ac..15d77d1e35 100644 --- a/src/domains/ecommerce-common/env/weu-prod/terraform.tfvars +++ b/src/domains/ecommerce-common/env/weu-prod/terraform.tfvars @@ -62,7 +62,7 @@ cidr_subnet_storage_ecommerce = ["10.1.154.0/24"] cosmos_mongo_db_ecommerce_params = { enable_serverless = false enable_autoscaling = true - max_throughput = 20000 + max_throughput = 25000 throughput = 1000 }