mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix #63589
This commit is contained in:
parent
54be72064d
commit
a099e92bdc
2 changed files with 9 additions and 0 deletions
1
changelog/63589.fixed.md
Normal file
1
changelog/63589.fixed.md
Normal file
|
@ -0,0 +1 @@
|
|||
add documentation note about reactor state ids.
|
|
@ -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:
|
||||
|
||||
+-----------------------------------+---------------------------------+
|
||||
|
|
Loading…
Add table
Reference in a new issue