Skip to content

Commit 59f5d7d

Browse files
committed
chore: use correct semantic convention for circuit breaker status
1 parent 9152483 commit 59f5d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/handlerUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ export async function tryTargetsRecursively(
759759
...t,
760760
originalIndex: index,
761761
}))
762-
.filter((t: any) => !t.isClosed);
762+
.filter((t: any) => !t.isOpen);
763763

764764
if (healthyTargets.length) {
765765
currentTarget.targets = healthyTargets;

0 commit comments

Comments
 (0)