From b03b69f74cbbef19bf3cc8f8458c3cca43d1f321 Mon Sep 17 00:00:00 2001 From: Kai Dubauskas <214713432+kaidubauskas-dd@users.noreply.github.com> Date: Wed, 3 Dec 2025 13:03:59 -0500 Subject: [PATCH] Update .changeset/pretty-breads-speak.md Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Signed-off-by: Kai Dubauskas <214713432+kaidubauskas-dd@users.noreply.github.com> --- .changeset/pretty-breads-speak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pretty-breads-speak.md b/.changeset/pretty-breads-speak.md index fcc924ae81..13accd1cd0 100644 --- a/.changeset/pretty-breads-speak.md +++ b/.changeset/pretty-breads-speak.md @@ -2,4 +2,4 @@ '@backstage/plugin-notifications-backend-module-slack': patch --- -The throttle limit and interval is now a config variable +Slack notification handler throttling can now be configured with the `concurrencyLimit` and `throttleInterval` options.