From 5c074c4503fb7d3d14922752e94a0605fc76d1a5 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:57:29 -0500 Subject: [PATCH] callback event reception order (#2333) (#2338) * 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) Co-authored-by: Brian Coca --- 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 2d6b50d3c32..24cb6015cdf 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: