atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Dealing with throttling responses

Open stevecj opened this issue 2 years ago • 1 comments

I notice that nothing is done to try to deal with throttling responses which are non-success responses containing the "Retry-After" header.

To be fair, although I see that there are a lot of services APIs that document the fact that they have throttling, and I see basically no Python client libraries for anything that take it into account.

Is this something that should be taken into account, or can the issue be ignored?

stevecj avatar Jun 02 '22 20:06 stevecj

@stevecj I met last week with 429 response. So do you mean it would be great if rest_client will retry if met with 429 response ?

gonchik avatar Sep 17 '22 10:09 gonchik