We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f54d4 commit 0b5d1b4Copy full SHA for 0b5d1b4
src/main/java/dev/failsafe/internal/RateLimiterExecutor.java
@@ -50,9 +50,4 @@ protected ExecutionResult<R> preExecute() {
50
return ExecutionResult.failure(e);
51
}
52
53
-
54
- @Override
55
- public boolean isFailure(ExecutionResult<R> result) {
56
- return !result.isNonResult() && result.getFailure() instanceof RateLimitExceededException;
57
- }
58
0 commit comments