From 3a98d528908a994bdb946ef2fa501457e680616d Mon Sep 17 00:00:00 2001 From: Olivia Kotsopoulos Date: Tue, 30 Apr 2024 16:44:56 -0400 Subject: [PATCH] [DCJ-284] Increase tools pool datarepo_v1 from 1500->2000 And link to Grafana panel showing READY resource ratios for tools pools, which is getting populated as of this morning. When deciding whether to modify our pool size in the past, we've wanted these metrics to be readily available to inform our decision-making. --- src/main/resources/config/tools/pool_schema.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config/tools/pool_schema.yml b/src/main/resources/config/tools/pool_schema.yml index de64a576..806d52d7 100644 --- a/src/main/resources/config/tools/pool_schema.yml +++ b/src/main/resources/config/tools/pool_schema.yml @@ -1,4 +1,5 @@ # RBS Pools Schema in tools environment +# READY resource ratio by pool over time: https://grafana.dsp-devops.broadinstitute.org/goto/qHOGMufSk?orgId=1 --- poolConfigs: - poolId: "cwb_ws_fiab_v7" @@ -11,7 +12,7 @@ poolConfigs: size: 5000 resourceConfigName: "cwb_ws_resource_quality_v10" - poolId: "datarepo_v1" - size: 1500 + size: 2000 resourceConfigName: "datarepo_v1" - poolId: "vpc_sc_qa-fiab_v5" size: 100