You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Slack allows only 1 msg. per second per channel (Rate-Limits).
The Appender should buffer messages and send them by a max rate of 1 per second.
If the buffer grows over a defined limit, it may discard messages until the buffer size is below the threshold.
Slack sends HTTP status 429 when rate-limiting occurs. This includes a time when the next call can be made. This should also been taken into account.
There is a risk to get permanently banned. "Continuing to send messages after exceeding a rate limit runs the risk of your app being permanently disabled."
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Slack allows only 1 msg. per second per channel (Rate-Limits).
The Appender should buffer messages and send them by a max rate of 1 per second.
If the buffer grows over a defined limit, it may discard messages until the buffer size is below the threshold.
Slack sends HTTP status 429 when rate-limiting occurs. This includes a time when the next call can be made. This should also been taken into account.
There is a risk to get permanently banned. "Continuing to send messages after exceeding a rate limit runs the risk of your app being permanently disabled."
The text was updated successfully, but these errors were encountered: