From 596ac665c6b9c7558c641018cdbfe7d9db0daafe Mon Sep 17 00:00:00 2001 From: Saidi Date: Mon, 8 Dec 2025 21:33:27 +0100 Subject: [PATCH 1/2] Enhance priority description for message handlers Clarify the behavior of message handlers with priority. --- messenger.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 7aed355ed88..3e24bdbeb9c 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2421,7 +2421,8 @@ Possible options to configure with tags are: ``priority`` Defines the order in which the handler is executed when multiple handlers - can process the same message; those with higher priority run first. + can process the same message; those with higher priority run first, + and each handler starts only after the previous one has fully completed. .. _handler-subscriber-options: From e668895750a0ed19953accf49b0f8acf399badc1 Mon Sep 17 00:00:00 2001 From: Saidi Date: Mon, 8 Dec 2025 21:48:43 +0100 Subject: [PATCH 2/2] Fix formatting in messenger.rst for priority section --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 3e24bdbeb9c..c0da431a66d 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2421,7 +2421,7 @@ Possible options to configure with tags are: ``priority`` Defines the order in which the handler is executed when multiple handlers - can process the same message; those with higher priority run first, + can process the same message; those with higher priority run first, and each handler starts only after the previous one has fully completed. .. _handler-subscriber-options: