We should respect rate limiting rules described here: https://launchdarkly.com/docs/api#rate-limiting
Add backoff/jitter to the LaunchDarkly client.
Process 429 responses as follows:
- Look for a
Retry-After header value.
- Look for
X-Ratelimit-Reset header value.
- If any of them provided, schedule a retry using the provided timestamp/interval.
We should respect rate limiting rules described here: https://launchdarkly.com/docs/api#rate-limiting
Add backoff/jitter to the LaunchDarkly client.
Process 429 responses as follows:
Retry-Afterheader value.X-Ratelimit-Resetheader value.