retrypolicy Questions
2
Solved
I've set 1500 as initialTimeoutMs in DefaultRetryPolicy as below but it doesn't consider the timeout:
request.setRetryPolicy(new DefaultRetryPolicy(1500
, DefaultRetryPolicy.DEFAULT_MAX_RETRIES
...
Kimberykimble asked 16/12, 2019 at 11:22
1
Solved
I am working on a Spring batch application where I have used RetryTemplate with SimpleRetryPolicy.
In this application, ItemProcessor usually takes 30-35 mins to complete a particular task. But s...
Allard asked 30/4, 2018 at 10:43
3
I would like to have my queue retry failed webjobs every 90 minutes and only for 3 attempts.
When creating the queue i use the following code
CloudQueueClient queueClient = storageAccount.Create...
Trochaic asked 17/2, 2015 at 9:27
1
© 2022 - 2024 — McMap. All rights reserved.