Top "Retry-logic" questions

Retry function in Python

Some time ago, I was in need of a retry function in R to handle slow servers response. The function …

python python-3.x retry-logic
How to retry with hystrix

I have a hystrix command that encapsulates a REST call. In case of failure(e.g. timeout) I want to …

java hystrix retry-logic
Pattern for retrying URLSession dataTask?

I'm fairly new to iOS/Swift development and I'm working on an app that makes several requests to a REST …

ios swift nsurlsession nsurlsessiondatatask retry-logic