You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Rest] Support exponential backoff and retry (#1339)
Uses the urllib3 builtin Retry mechanism.
We only support retrying on HTTP return status,
not on any of the other retries that that class
defines (e.g. connection problems, redirects).
The usual use case for this is to handle 429
responses from the Atlassian Cloud API which
has request limits that are easily hit by
scripts iterating over objects like Jira
issues or Bitbucket pull requests.
Based on earlier work by jp-harvey.
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Co-authored-by: jp-harvey <jpharvey@cloudquarterback.com>
0 commit comments