#697 Lookaside cache operations retries
Merged by onosek. Opened by onosek.
onosek/rpkg lookaside_retries  into  master

Download 697.patch

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

2 new commits added

  • Lookaside cache operations retries
  • Prepare the lookaside cache code for retries

3 new commits added

  • Make lookaside cache retries configurable
  • Lookaside cache operations retries
  • Prepare the lookaside cache code for retries

Nice solution with the decorator! :thumbsup:

Pull-Request has been merged by onosek

Metadata