You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NCDNTS-1079 Added a retry mechanism for http failures (#132)
* added a retry mechanism for http failures
* bumped release version
* removed unused import
* changed comment for _urlopen_with_retry
* removed logger configuration from unit tests
* formatted tests
* addded retry config to context and defaulted it to 0, updated retry mechanism not to count the original call as one of the attempts counted towards specified retries count
* updated CHANGELOG
* updated logging messages
* removed timeout between retries, updated exception text
* rethrowing the last exception if no retries are successful
0 commit comments