chartmogul / chartmogul-go

ChartMogul API GO Client
MIT License
8 stars 3 forks source link

Retry request on network and retryable server errors #27

Closed en0ma closed 5 years ago

en0ma commented 5 years ago

Currently, the library only retries on 429 error, this PR will add support to retry on network error and server errors like: 500, 502 and 503

Story details: https://app.clubhouse.io/chartmogul/story/12501

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 1864259a and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2

View more on Code Climate.