It seems that right now with sufficient number of slack users, we begin to hit Slack's API rate limit with both the broadcast message and user updater functions.
Perhaps we could use the retry-after response from slack to back off and retry when the api call is more likely to succeed?
It seems that right now with sufficient number of slack users, we begin to hit Slack's API rate limit with both the broadcast message and user updater functions.
Perhaps we could use the
retry-after
response from slack to back off and retry when the api call is more likely to succeed?