Details
-
Type:
Task
-
Status: Done
-
Priority:
(None)
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:8
-
Backlog:yes
-
Days in progress:0
Description
Upon receiving a 429 or 5xx HTTP response from the server, as well as any failed attempts to establish a TLS connection should result in any future attempts wait in an exponential back-off before retrying to release pressure from the server.
Acceptance criteria:
- Use truncated exponential backoff strategy on 429 and 5XX HTTP responses and connection errors.