Both upload and download network operations might fail and in this case, a retry mechanism was implemented. In case of failure, there is a delay and another attempt(s). Delays are increasing with every attempt.
2 new commits added
Lookaside cache operations retries
Prepare the lookaside cache code for retries
1 new commit added
Make lookaside cache retries configurable
It would be better to add new arguments at the end. If someone is calling this with non-keyword args, they would see a change.
rebased onto 7c80cdb68b182723beda1330af36d10d81483249
rebased onto 1a0601d29794cec1f735a10208364d11958c41ec
3 new commits added
Nice solution with the decorator! :thumbsup:
Pull-Request has been merged by onosek
Both upload and download network operations might fail and in this case, a retry mechanism was implemented.
In case of failure, there is a delay and another attempt(s). Delays are increasing with every attempt.