Closed snowhork closed 3 years ago
Hi, this PR is to improve getConversations function.
getConversations
Our team has many channels, so getConversations is slow, and rate limited exceeding sometimes happens.
So, I have changed Limit request parameter (https://api.slack.com/methods/conversations.list) and added retry for RateLimitedError .
Limit
RateLimitedError
@bcicen please review.
Error printing is like this:
merged; thanks @snowhork !
Hi, this PR is to improve
getConversations
function.Our team has many channels, so
getConversations
is slow, and rate limited exceeding sometimes happens.So, I have changed
Limit
request parameter (https://api.slack.com/methods/conversations.list) and added retry forRateLimitedError
.