We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
slack will disable the integration if it starts sending too many errors too quickly see: https://api.slack.com/docs/rate-limits
we should probably add an option to which allows you to specify the max messages/time and it should auto rate limit once that limit is reached.
The text was updated successfully, but these errors were encountered:
@eligolding wanna take a crack at this?
Sorry, something went wrong.
idea would be to throttle this call so we dont end up clobbering slack if something goes 💣
We had some issues with this causing our application to hogg all the memories. Suggested fix
64ca7b9
I saw that the automatic tests didn't go through, now its backwards compatible #14
No branches or pull requests
slack will disable the integration if it starts sending too many errors too quickly
see: https://api.slack.com/docs/rate-limits
we should probably add an option to which allows you to specify the max messages/time and it should auto rate limit once that limit is reached.
The text was updated successfully, but these errors were encountered: