Skip to content

Commit 5c074c4

Browse files
callback event reception order (#2333) (#2338)
* callback event reception order * Update docs/docsite/rst/plugins/callback.rst Co-authored-by: Abhijeet Kasurde <[email protected]> --------- Co-authored-by: Abhijeet Kasurde <[email protected]> (cherry picked from commit 8e817dc) Co-authored-by: Brian Coca <[email protected]>
1 parent d247219 commit 5c074c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/plugins/callback.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ There are three types of callback plugins:
7676

7777
:stdout callback plugins:
7878

79-
These plugins handle the main console output. Only one of these can be active.
79+
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.
8080

8181
:aggregate callback plugins:
8282

0 commit comments

Comments
 (0)