Skip to content

Commit

Permalink
Add can trip circuit breaker override
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Sep 3, 2024
1 parent 6735b5c commit 3bc92dd
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 3bc92dd

Please sign in to comment.