Skip to main content
5 votes
3 answers
156 views

I have an HttpClient built with IHttpClientFactory and Microsoft.Extensions.Http.Resilience retry on 401. Pipeline: Primary: HttpClientHandler (AllowAutoRedirect = false) Delegating: ....
Artyom Avetisyan's user avatar
0 votes
0 answers
48 views

I am using org.gradle.test-retry with my Serenity Test, to rerun only the failed tests in the same Pipeline. It works fine. The only problem is, the serenityTest.json file is overwritten by the last ...
Ragnarsson's user avatar
  • 1,845
2 votes
1 answer
216 views

I'm trying to increase my retry duration from the standard 10 seconds in my Blazor application, but the resilience handler doesn't seem to be working. I've tried both of the setups below but my Http ...
GH DevOps's user avatar
  • 512
1 vote
1 answer
82 views

I'm using Java 17 and a Spring Boot application to consume Kafka messages with retry handling via Spring Kafka's. I have a custom KafkaTemplate and a custom Kafka listener container factory. @...
Itay Zadik's user avatar
0 votes
0 answers
71 views

PROBLEM: Trying to generate success log/slack notification, only if retry got triggered and ran successfully. Able to generate the warning log properly, but not success log.. if retry happened. Using ...
Vasu's user avatar
  • 1
1 vote
1 answer
64 views

I have the following requirement that I can't really figure out how to solve. Using Polly in C#/.NET: Given an user defined timeout and an internally/system defined retry strategy. How can I get the ...
Esben Bach's user avatar
0 votes
1 answer
266 views

I'm trying to use @Retryable and @Recover and there's clearly something I am missing. The (very paraphrased, very simplified) code is essentially // MyRetryableException is a RuntimeException @...
QuantumMechanic's user avatar
0 votes
0 answers
31 views

I am using webDriverIo with Cucumber frame work. I have a feature files with 4 scenarios each , now with exiting re-try option , if one scenario is failed out of 4 scenarios then all 4 scenarios are ...
Sushma Gaddam's user avatar
0 votes
2 answers
163 views

I have an API client that calls an API hosted in Kubernetes and using kong for gateway API, which is built using ASP.NET 6. We've also configured a Polly policy to retry the request if it receives an ...
Dhrup's user avatar
  • 89
1 vote
0 answers
115 views

What I am trying to implement: I would like to implement a custom retry backoff strategy based on the exception thrown in a batch consumer. The logic I want to implement is as follows: If an ...
Sergio García's user avatar
1 vote
1 answer
68 views

I have a predefined IAsyncPolicy<HttpResponseMessage> policy coming from an external assembly. I want to apply this policy to a Http Client, BUT I want to exclude one of the cases this policy ...
Bogey's user avatar
  • 5,916
0 votes
1 answer
332 views

I have a multi-stage YAML pipeline, and sometimes a stage fails due to transient issues (e.g., network timeouts, flaky tests, etc.). Instead of manually re-running the stage, I want to configure an ...
user30090146's user avatar
0 votes
1 answer
136 views

How are DNS query retries controlled using Simple Resolver in DNSJava? Using the same resolver, we see retries of 2 and in some cases 3. It is not clear as to how it is retried. Any help in this ...
pradeep's user avatar
  • 45
0 votes
1 answer
206 views

That's my YARP configuration: builder.Services.AddReverseProxy() .LoadFromConfig(builder.Configuration.GetRequiredSection("ReverseProxy")) .AddTransforms(builder => { ...
Szyszka947's user avatar
  • 1,048
0 votes
0 answers
58 views

I have spring-kafka listener: @KafkaListener(...) public void consume(UpdateEvent message, Acknowledgment ack) { processor.process(message); ack.acknowledge(); } Questions: Questions: Since ...
Rudziankoŭ's user avatar
  • 11.3k

15 30 50 per page
1
2 3 4 5
31