Closed mnivet closed 5 years ago
So it's no more a bug, it may eventually be re-opened as a feature request but it's not a priority since it's hard to provide a retry logic that would please to everybody, which means that it would be more an injection point that a consumer can use to provide it's own retry logic, than something natively provided
If I do a lot of API requests I may reach the rate limit setupt by bitucket. In that case BitBucket return an HTTP 429 error response which is not handle at all by SharpBucket and start to an an erratic behavior since it try to interpret the result like if it was an HTTP 200 response.
Exemple of the BitBucket response:
NB: the
X-Request-Count
header seems to depends on theX-Served-By
, but it doesn't seems to be of any help for this issue