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
We're getting rate-limited hard by slack & usability goes down when more than 50 active hack hours are running at the same time.
I'd like to setup a message queue for anything that's not 100% critical & send the message out with logic to prevent us getting ratelimited like this
The text was updated successfully, but these errors were encountered:
doesn't bolt already have a message queue? I also want to cut down on unnecessary messages (eg. logs)
Sorry, something went wrong.
No branches or pull requests
We're getting rate-limited hard by slack & usability goes down when more than 50 active hack hours are running at the same time.
I'd like to setup a message queue for anything that's not 100% critical & send the message out with logic to prevent us getting ratelimited like this
The text was updated successfully, but these errors were encountered: