From 071325c20328109f2b5ad2f08bc8082ec09b1fc9 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Wed, 25 Sep 2024 19:48:28 -0700 Subject: [PATCH] Add changelog for issue #65265 --- changelog/65265.fixed.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/65265.fixed.md diff --git a/changelog/65265.fixed.md b/changelog/65265.fixed.md new file mode 100644 index 00000000000..87e9846928a --- /dev/null +++ b/changelog/65265.fixed.md @@ -0,0 +1,2 @@ +Await on zmq monitor socket's poll method to fix publish server reliability in +environment's with a large amount of minions.