Merge pull request #31805 from kaidubauskas-dd/kaidd/slack-module-rate-limit

Notification slack processor: make rate limit configurable
This commit is contained in:
Fredrik Adelöw
2025-12-13 19:26:44 +01:00
committed by GitHub
5 changed files with 140 additions and 5 deletions
+2
View File
@@ -149,6 +149,8 @@ notifications:
broadcastChannels: # Optional, if you wish to support broadcast notifications.
- C12345678
username: 'Backstage Bot' # Optional, defaults to the name of the Slack App.
concurrencyLimit: 20 # Optional, number of messages allowed per interval. Defaults to 10.
throttleInterval: 1m # Optional, Accepts ISO-8601 duration, ms-style ("1m", "30s"), or HumanDuration ({ minutes: 2 }). Defaults to 1 minute
```
Multiple instances can be added in the `slack` array, allowing you to have multiple configurations if you need to send