The slack API has rate limit of 1 message per second, see https://api.slack.com/docs/rate-limits.
The slack adapter should combine multiple log message into one slack message if this rate limit would be exceeded. This could also be solved by introducing a sendInterval option like in the stmp appender.