Skip to content

Commit 96b0bdb

Browse files
authored
Enhance priority description for message handlers
Clarify the behavior of message handlers with priority.
1 parent 3ded71b commit 96b0bdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

messenger.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,8 @@ Possible options to configure with tags are:
22932293

22942294
``priority``
22952295
Defines the order in which the handler is executed when multiple handlers
2296-
can process the same message; those with higher priority run first.
2296+
can process the same message; those with higher priority run first,
2297+
and each handler starts only after the previous one has fully completed.
22972298

22982299
``sign``
22992300
Whether messages handled by this handler should be cryptographically signed

0 commit comments

Comments
 (0)