issues Search Results · repo:failsafe-lib/failsafe language:Java
Filter by
311 results
(51 ms)311 results
infailsafe-lib/failsafe (press backspace or delete to remove)I believe the root cause is how the FutureLinkedList is used in BulkheadImpl.
When trying to acquire a permit from the BulkheadImpl with a maxWaitTime, if there are no permits immediately available,
a ...
Techdaan
- 3
- Opened 5 days ago
- #393
https://github.com/failsafe-lib/failsafe/blob/98bb496198e18436e654ddca39358a4634ca32bd/core/src/main/java/dev/failsafe/internal/HalfOpenState.java#L37-L40
The allowed number is maintained in permittedExecutions, ...
ganesh-k-7817
- Opened on Feb 19
- #391
https://github.com/failsafe-lib/failsafe/blob/98bb496198e18436e654ddca39358a4634ca32bd/core/src/main/java/dev/failsafe/internal/TimedCircuitStats.java#L209
After the reset() all the buckets were resetted ...
ganesh-k-7817
- Opened on Feb 17
- #390
Hi,
Is there a way to modify the request slightly between retries?
I would like to be able to modify a custom tracking header we have internally so that each request can be viewed
independently in our ...
kaybee99
- 4
- Opened on Jan 8
- #389
I tried to access the slack space to do this question, but I couldn t login there. seems that we need an invite.
I m using Failsafe s Retry, Timeout and Fallback for some time, and they are working great ...
cvgaviao
- 1
- Opened on Nov 23, 2024
- #388
When using failsafe in a java modul there are reports of java.lang.NoClassDefFoundError: dev/failsafe/Policy errors.
(e.g. https://github.com/SeleniumHQ/selenium/issues/14567)
Please help to analyze this, ...
joerg1985
- 1
- Opened on Nov 14, 2024
- #386
If I already created a retry policy of, say, maxRetries=3 and delay=300, would it be possible to override that config
based on the exception encountered at runtime?
For example, a CustomRuntimeException ...
mjalvarez
- 2
- Opened on Jun 18, 2024
- #385
https://github.com/failsafe-lib/failsafe/blob/ceb14ace0c665a7a7fef1d0440c14d7122423343/core/src/main/java/dev/failsafe/CircuitBreakerBuilder.java#L274
Should say: The number of consecutive successful ...
GalBachar
- 1
- Opened on Jun 9, 2024
- #384
When using HttpBearerAuth with any type of expiring / non-reusable tokens the default setup as documented on
https://failsafe.dev/okhttp/ causes issues: It can happen that a circuit breaker or retry policy ...
shauser
- Opened on Jun 4, 2024
- #383
https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms
mfvanek
- Opened on May 30, 2024
- #382

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.