python3-krakenex icon indicating copy to clipboard operation
python3-krakenex copied to clipboard

WIP: Retry-on-failure using NIH approach

Open veox opened this issue 7 years ago • 2 comments

Incorporates PR #65.

Merged master and fixed conflicts (due to v2.1.0 released that happened in the meantime).

This PR:

  • Closes #66 (issue) as implemented.
  • Closes #99 (PR) as conflicting.

veox avatar Sep 12 '18 22:09 veox

I've been live-testing this since the PR was opened.

An undesirable quirk that's surfaced with this is that, should a query fail even after self.retries attempts, the Python stack trace raised will have the exception nested self.retries times.

veox avatar Sep 29 '18 20:09 veox

.

Avanatiker avatar Sep 09 '20 17:09 Avanatiker