Closed en0ma closed 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
429
500
502
503
Story details: https://app.clubhouse.io/chartmogul/story/12501
Code Climate has analyzed commit 1864259a and detected 2 issues on this pull request.
Here's the issue category breakdown:
View more on Code Climate.
Currently, the library only retries on
429
error, this PR will add support to retry on network error and server errors like:500
,502
and503
Story details: https://app.clubhouse.io/chartmogul/story/12501