From bd6b57653f9517f6cdce1b3e05321ec7780d0aaf Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Sat, 18 May 2024 12:23:54 +0100 Subject: [PATCH] Newsfile --- changelog.d/17215.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/17215.bugfix diff --git a/changelog.d/17215.bugfix b/changelog.d/17215.bugfix new file mode 100644 index 0000000000..10981b798e --- /dev/null +++ b/changelog.d/17215.bugfix @@ -0,0 +1 @@ +Fix bug where duplicate events could be sent down sync when using workers that are overloaded.