From 4b980e5768e4e696fbde30ceec1aecf057883ac5 Mon Sep 17 00:00:00 2001 From: Charlotte Emms <43961396+cemms1@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:21:33 +0000 Subject: [PATCH] fix circuit breaker config name (#26916) --- common/app/conf/switches/PerformanceSwitches.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/conf/switches/PerformanceSwitches.scala b/common/app/conf/switches/PerformanceSwitches.scala index ca94795e0330..d032a6ae85e1 100644 --- a/common/app/conf/switches/PerformanceSwitches.scala +++ b/common/app/conf/switches/PerformanceSwitches.scala @@ -68,7 +68,7 @@ trait PerformanceSwitches { val DCRCircuitBreakerSwitch = Switch( SwitchGroup.Performance, - "circuit-breaker", + "dcr-circuit-breaker", "If this switch is switched on then the DCR circuit breaker will be operational", owners = Seq(Owner.withEmail("dotcom.platform@theguardian.com")), safeState = On,