From e9ddbd1a7c4bb92ac5b8ba3821a0fcd6e6b80efd Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 10 Jan 2025 13:40:48 -0500 Subject: [PATCH] callback event reception order (#2333) * callback event reception order * Update docs/docsite/rst/plugins/callback.rst Co-authored-by: Abhijeet Kasurde --------- Co-authored-by: Abhijeet Kasurde (cherry picked from commit 8e817dc5a0f8299f66be494a064b55326dbf27e2) --- docs/docsite/rst/plugins/callback.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/plugins/callback.rst b/docs/docsite/rst/plugins/callback.rst index 41f04ddc873..017a0d2f9ec 100644 --- a/docs/docsite/rst/plugins/callback.rst +++ b/docs/docsite/rst/plugins/callback.rst @@ -76,7 +76,7 @@ There are three types of callback plugins: :stdout callback plugins: - These plugins handle the main console output. Only one of these can be active. + These plugins handle the main console output. Only one can be active. They always get the event first; the rest of the callbacks get the event in the order they are configured. :aggregate callback plugins: