Closed mariotoffia closed 4 years ago
I think it'd be interesting to have this functionality but could you PR it?
@jefferai I've added the code and one test that passes locally on my computer. I've never used circle ci and do not understand which test case that do not pass (stating three run and one failing).
Hi, the HTTP code [429 Too Many Requests]() is a retryable http error where it may be possible to parse out the Retry-After: {{num}} [time resolution] response header element. I've implemented it like this but it would be nice if it could be placed into the standard policy as well as default backoff?
Cheers, Mario :)