Only the requests that fails with the following HTTP status codes should be retried. When retrying requests, a new idempotency key should be provided as all requests with the same idempotency key returns the same result, including 500 requests.429 (Rate Limits)
Retries should have an exponential backoff and/or jitter. Make sure to add idempotency key where applicable to ensure the same request is not processed multiple times.
Modified at 2022-12-29 06:24:52