From 683ced83f663f9f4643901ea9a339117984f1536 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Tue, 22 Nov 2022 12:33:27 +0100 Subject: [PATCH] apply review suggestions Signed-off-by: Camila Belo --- .changeset/heavy-frogs-confess.md | 5 ----- .changeset/search-heavy-frogs-confess.md | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .changeset/heavy-frogs-confess.md create mode 100644 .changeset/search-heavy-frogs-confess.md diff --git a/.changeset/heavy-frogs-confess.md b/.changeset/heavy-frogs-confess.md deleted file mode 100644 index 3a7c53f4e5..0000000000 --- a/.changeset/heavy-frogs-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-search-backend-node': patch ---- - -Fix the scheduler "max listeners exceeded" warning by having "abort controllers" per task instead of having a single one for all tasks (previously we used the same controller for all collators, logging the warning every time we had more than 10 collators running in parallel). diff --git a/.changeset/search-heavy-frogs-confess.md b/.changeset/search-heavy-frogs-confess.md new file mode 100644 index 0000000000..a37c28c60c --- /dev/null +++ b/.changeset/search-heavy-frogs-confess.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend-node': patch +--- + +Fixed a bug that could cause a `max listeners exceeded warning` to be logged when more than 10 collators were running simultaneously.