-
Notifications
You must be signed in to change notification settings - Fork 625
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
#579 Add Slack rate-limit handling #581
#579 Add Slack rate-limit handling #581
Conversation
Code Climate has analyzed commit 0d52090 and detected 0 issues on this pull request. View more on Code Climate. |
Thanks! Looks good! |
I don't know if the slack API has changed but i'm getting these errors in the console:
|
I'm getting rate limit messages too |
Related issue: https://github.com/nlopes/slack/issues/613 |
In master now, would be nice if someone could test it. |
Running in production. I'll let you know if I run into any issues. |
Running on f43faf1 Debug output
it should look like this
it is caused exactly by f43faf1, because if i remove that commit, the issue goes away |
Fixes 42wim/matterbridge#581 (comment) Issue introduced in this commit: nlopes@dda08e2
This is a regression from 42wim#581 (comment) Behaves the same as matterbridge/slack@95190f1
This is a regression from 42wim#581 (comment) Behaves the same as matterbridge/slack@95190f1
This is a regression from 42wim#581 (comment) Behaves the same as matterbridge/slack@95190f1
This is a regression from #581 (comment) Behaves the same as matterbridge/slack@95190f1
I'm running 1.19.0 2bb2126 and having this issue:
Multiple like these, and messages don't show up on Discord when people are talking a lot in Slack. And it's not that much even. |
Thanks for sharing this. Please could you create a specific issue for that problem? :) |
Extended fix for #579 that covers all places where we could encounter Slack's rate-limiting.