Skip to content

Properly support 429 and backoff if received

Currently, 429 is handled as any other status code. We should make all our API calls to be intelligent, maybe pipelined to properly support 429 and backoff when we have higher error rate.