Open wetneb opened 1 month ago
When fetching large Slack spaces, the client can do many requests and get throttled by the Slack API. It's useful if it can react appropriately to Retry-After headers.
Retry-After
This PR implements this via https://github.com/hashicorp/go-retryablehttp.
When fetching large Slack spaces, the client can do many requests and get throttled by the Slack API. It's useful if it can react appropriately to
Retry-After
headers.This PR implements this via https://github.com/hashicorp/go-retryablehttp.