This commit is contained in:
Thomas Phipps 2023-04-27 17:39:41 +00:00 committed by Pedro Algarvio
parent 54be72064d
commit a099e92bdc
2 changed files with 9 additions and 0 deletions

1
changelog/63589.fixed.md Normal file
View file

@ -0,0 +1 @@
add documentation note about reactor state ids.

View file

@ -212,6 +212,10 @@ in :ref:`local reactions <reactor-local>`, but as noted above this is not very
user-friendly. Therefore, the new config schema is recommended if the master
is running a supported release.
.. note::
state ids of reactors for runners and wheel should all be unique. they can
overwrite each other when added to the async queue. causing lost reactions
The below two examples are equivalent:
+-------------------------------------------------+-------------------------------------------------+
@ -248,6 +252,10 @@ Like :ref:`runner reactions <reactor-runner>`, the old config schema called for
wheel reactions to have arguments passed directly under the name of the
:ref:`wheel function <all-salt.wheel>` (or in ``arg`` or ``kwarg`` parameters).
.. note::
state ids of reactors for runners and wheel should all be unique. they can
overwrite each other when added to the async queue. causing lost reactions
The below two examples are equivalent:
+-----------------------------------+---------------------------------+