From 0c25a8287bc9079f1c90f7b75f3f044b85c115d6 Mon Sep 17 00:00:00 2001 From: Mario Mupo <43968294+mamu0@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:48:39 +0200 Subject: [PATCH] [CES-131] Scale Up io-p-cosmos-api (#1204) --- src/common/_modules/cosmos_api/locals.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/_modules/cosmos_api/locals.tf b/src/common/_modules/cosmos_api/locals.tf index 697681719..20b57ab82 100644 --- a/src/common/_modules/cosmos_api/locals.tf +++ b/src/common/_modules/cosmos_api/locals.tf @@ -55,7 +55,7 @@ locals { partition_key_version = null default_ttl = -1 autoscale_settings = { - max_throughput = 67000 + max_throughput = 200000 } }, { @@ -72,7 +72,7 @@ locals { partition_key_version = null default_ttl = -1 autoscale_settings = { - max_throughput = 46000 + max_throughput = 100000 } }, { @@ -124,7 +124,7 @@ locals { partition_key_path = "/fiscalCode" partition_key_version = null autoscale_settings = { - max_throughput = 48000 + max_throughput = 100000 } }, {