Skip to content

Commit

Permalink
Add can trip circuit breaker override (opensearch-project#4697)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored Oct 4, 2024
1 parent 199662e commit 49cdcb4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,4 +646,9 @@ public String getName() {
return getClass().getSimpleName();
}

@Override
public boolean canTripCircuitBreaker() {
return false;
}

}

0 comments on commit 49cdcb4

Please sign in to comment.