From 6e3d562e84ea1cb8726aca20c7172254cd7dcd23 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 22 Sep 2020 16:00:33 +0100 Subject: [PATCH] Newfile --- changelog.d/8374.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/8374.bugfix diff --git a/changelog.d/8374.bugfix b/changelog.d/8374.bugfix new file mode 100644 index 000000000000..155bc3404f52 --- /dev/null +++ b/changelog.d/8374.bugfix @@ -0,0 +1 @@ +Fix theoretical race condition where events are not sent down `/sync` if the synchrotron worker is restarted without restarting other workers.