python3-krakenex
python3-krakenex copied to clipboard
WIP: Retry-on-failure using NIH approach
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.
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.
.