-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rate limited #1384
Comments
Running the following command indicates its coming from the slack/client module:
node_modules/@slack/client/lib/clients/transports/call-transport.js: client.logger('info', 'Rate limited, will retry %s seconds', headerSecs); We started seeing that error a lot recently and for us its related to this issue: slackapi/hubot-slack#420 If you do a lot of call's to At least for us that's why we are seeing that same rate limit error. Slack says they are trying to get more priority on that open issue. |
thanks for that command!
makes sense now, because i started seeing this error when i started using the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
For future Googlers, I found this searching for |
That's weird. I am using v.4.5.5 and receiving that console log when initiating my bot. Any ideas? |
Still get |
And on |
|
on v4.8.1, no hubot-redis-brain enabled, same message. |
Also on v4.8.1 and getting the same message. Did anyone find a solution ? |
Also on v4.9.0... |
It is still there , we have a org size of 40K plus , any solutions yet ? |
|
I am getting a message
info: Rate limited, will retry 9 seconds
and i don't know where it comes from. I'm running hubot in Slack and deployed locally.Any ideas?
The text was updated successfully, but these errors were encountered: