-
Notifications
You must be signed in to change notification settings - Fork 638
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
Hubot/Slack on Heroku disconnects/reconnects to Slack every minute on the minute #543
Comments
Hey @aoberoi here's the new issue I've made. |
Ping |
Yikes, I'm so sorry it has taken so long for me to return to this issue. The whole team responsible for this repo was traveling for most of November, and then December has been us trying to catch up on all the activity since then. So here's what I see in the log:
Are you using any specific scripts that are meant to update the code and restart the bot automatically? I've seen some of these behave badly in the past, but its a shot in the dark. If you feel comfortable sharing what's in your |
👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out. |
As this issue has been inactive for more than one month, we will be closing it. Thank you to all the participants! If you would like to raise a related issue, please create a new issue which includes your specific details and references this issue number. |
Description
Hubot disconnects/reconnects to Slack every minute on the minute. This makes Hubot exceed the Slack API limits, which means Hubot cannot respond to messages.
Ref. #420 & #420 (comment)
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
hubot-slack version: 4.5.5
node version: 6.11.1
OS version(s): heroku-18 stack
Steps to reproduce:
Expected result:
Hubot would just sit on slack and serve requests.
Actual result:
Hubot disconnects and reconnects every minute, which causes us to breach the API requests limits, which means Hubot is occassionally on Slack.
Attachments:
https://gist.github.com/perplexes/8aeb684001a5a7c70a66b6c5554ede47
The text was updated successfully, but these errors were encountered: