You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `ExecutionEvent.getExecutionCount()` and `ExecutionContext.getExecutionCount()`, which distinguishes between attempts which may have been rejected and completed executions.
7
+
- Added `Failsafe.none` to create a no-op `FailsafeExecutor`.
7
8
- Improved support for outer Timeouts with retries.
8
9
- Fixed #221 - Added support for `FailsafeExecutor.with(Executor)`.
9
10
- Fixed #277 - Changed `Timeout` to use Failsafe's internal scheduler, so that user provided `ExecutorService` shutdowns do not interfere with timeouts.
0 commit comments