Closed joejulian closed 1 year ago
The api server was rejecting requests that came in too quickly. This adds a retry with backoff to allow the queries to be successful.
Fixes #75
I had to remove the max_backoff. It complained Retry didn't like it.
The api server was rejecting requests that came in too quickly. This adds a retry with backoff to allow the queries to be successful.
Fixes #75