robotframework-httprequestlibrary icon indicating copy to clipboard operation
robotframework-httprequestlibrary copied to clipboard

Possibility to define retry count to session

Open patrijuh opened this issue 5 years ago • 0 comments

We are using this library over not 100% stable network connection. Packets get lost sometimes without reaching the destination leading to timeouts leading to our TA builds to fail on random. Possibility to define retry count and interval would be really valuable to us. These do exists in python request library, so could similar be implemented to this library?

http://bulkan.github.io/robotframework-requests/ max_retries: The maximum number of retries each connection should attempt. backoff_factor: The pause between for each retry

patrijuh avatar Sep 06 '19 07:09 patrijuh