spring-retry icon indicating copy to clipboard operation
spring-retry copied to clipboard

Results 44 spring-retry issues
Sort by recently updated
recently updated
newest added

Too many files open error due to connections in close_wait state while handling a usecase processing lots of data. Any idea? fetchData method gets called 10,000 times sequentially in some...

I have come across a use case where I need to create a different RetryPolicy for each `RetryTemplate.execute` call. In my use case I am making an HTTP call that...

enhancement

Here is my scenario: I want my first operation to be synchronous & upon failures, my subsequent operations (retries) to be asynchronous. To do this, I put the first attempt...

It would be useful to provide Micrometer metrics related to spring-retry functionality (e.g. number of successful/failed retries (per retry/label) or retry execution times). Preferably, it could be done in the...

enhancement