issues
search
failsafe-lib
/
failsafe
Fault tolerance and resilience patterns for the JVM
https://failsafe.dev
Apache License 2.0
4.2k
stars
297
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Question] Integrate Timeout and Retry with an API ?
#388
cvgaviao
opened
2 days ago
1
Fixed the Automatic-Module-Name manifest entry
#387
joerg1985
opened
1 week ago
1
java.lang.NoClassDefFoundError: dev/failsafe/Policy in java modul
#386
joerg1985
opened
1 week ago
1
[Question] Is it possible to override the "maxRetries" and "delay" of retry policy at runtime?
#385
mjalvarez
closed
5 months ago
2
CircuitBreakerBuilder withSuccessThreshold documentation whoopsy
#384
GalBachar
closed
5 months ago
1
Failsafe okhttp integration causes issues with BearerAuth and outdated tokens
#383
shauser
opened
5 months ago
0
Provide BOM with all failsafe artifacts for better dependency management
#382
mfvanek
opened
5 months ago
0
add Java 21 to build matrix
#381
sullis
opened
6 months ago
0
FailsafeExecutor.compose and .with(Executor) have surprising composition behavior
#380
stevenschlansker
opened
8 months ago
0
Nested retries, how to prevent duplicate retrying?
#379
pandoras-toolbox
opened
8 months ago
5
CircuitBreaker stays in OPEN even after DELAY time
#378
epischel
opened
8 months ago
1
Why recommend CircuitBreaker before Retry?
#377
clarkbreyman
opened
9 months ago
1
Feature Request: Integrate / add support for Lunar Proxy (backend policy)
#376
kaplanlior
opened
9 months ago
1
[question] how to use failsafe with kotlin
#375
ntthaibk
opened
10 months ago
0
[Question] Is it possible to have multiple Fallback policies in one Failsafe executor?
#374
mjalvarez
closed
11 months ago
4
ci: update github actions
#373
armujahid
closed
9 months ago
0
dev.failsafe.Functions.* do not propagate toString to the wrapped object
#372
zivkov
opened
1 year ago
0
Having a context object in the run(...) and get(...) methods
#371
pandoras-toolbox
opened
1 year ago
7
RetryPolicy handleIf not working with DynamoDbException in predicate
#370
ntthaibk
closed
1 year ago
4
[Question]Can withBackoff and withDelay be used at the same time?
#369
ripley
opened
1 year ago
2
Time based error limiter policy
#368
jhalterman
opened
1 year ago
0
Guidance around CheckedPredicate
#367
ysaadi
closed
1 year ago
2
Changed BulkheadImpl.releasePermit to ensure that it claims a permit when running a task from the pending queue
#366
nicky9door
closed
1 year ago
1
Bulkhead policy may drop requests when maxWaitTime is specified
#365
timothybasanov
closed
1 year ago
8
Also add note about default maxRetries of 3 to maxDuration section of the documentation
#364
stefanrybacki
closed
1 year ago
7
Why does CheckedPredicate exist?
#363
spartanhooah
closed
1 year ago
2
FailsafeFuture: clear execution after completion
#362
stevenschlansker
closed
1 year ago
4
Result futures strongly retain supplying functions
#361
stevenschlansker
closed
1 year ago
0
Add Failsafe to vertx-awesome
#360
magicprinc
closed
1 year ago
1
Configure explicit Java module descriptors
#359
aalmiray
closed
1 year ago
11
Support Java Modules
#358
aalmiray
closed
1 year ago
1
Make CircuitBreaker delay time mockable for testing
#357
dugsmith
opened
1 year ago
6
Add FailsafeExecutionException extending FailsafeException for wrapping Throwables in sync get
#356
Tembrel
opened
1 year ago
1
where is the logging?
#355
bytearchive
closed
1 year ago
2
handleresultif and fallback with exception -- possible?
#354
adrian-herscu
closed
1 year ago
6
FYI: Very compact "lean" version of DelegatingScheduler
#353
magicprinc
opened
1 year ago
1
Feature: micrometer.io metrics integration
#352
magicprinc
opened
1 year ago
4
FailsafeCall micro refactoring, plus World-Wide Nr.1 duplicated utility method for OkHttp
#351
magicprinc
opened
2 years ago
4
Closes #349 DelegatingScheduler: Bill Pugh Singleton Implementation
#350
magicprinc
opened
2 years ago
1
DelegatingScheduler singletons in modern style
#349
magicprinc
opened
2 years ago
9
Timeout with retry hangs with Failsafe 2.4.4
#348
darkjh
closed
1 year ago
1
ExecutionContext#getStartTime() returns Duration
#347
brainbytes42
closed
2 years ago
6
Support accrual failure detection
#346
jhalterman
opened
2 years ago
4
RetryPolicyConfig.getDelayMin returning null when only withDelay() is used
#345
MalikKillian
closed
2 years ago
1
Rerunning failing tests with JUnit @ParamaterizedTest @CsvSource does not break the build
#344
gr-ganzaroli
closed
2 years ago
1
Incorrect behaviour with getStageAsync when handling failures.
#343
AnnieTheEagle
closed
2 years ago
2
Introduced RetryPolicyBuilder.withBackoffResetAfter
#342
bertbaron
opened
2 years ago
0
[question/enhanchment] is it possible to reset the retry delay?
#341
bertbaron
opened
2 years ago
5
Rate Limiter: Limit by Percent Time
#340
numeralnathan
opened
2 years ago
6
Extract and restore state
#339
algattik
opened
2 years ago
3
Next