mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
add release note about reactor users for runners
This commit is contained in:
parent
9b1e3f7a2a
commit
7ac7b74621
@ -110,6 +110,15 @@ A number of functions have been added to the RPM-based package managers to
|
|||||||
detect and diff files that are modified from the original package installs.
|
detect and diff files that are modified from the original package installs.
|
||||||
This can be found in the new pkg.modified functions.
|
This can be found in the new pkg.modified functions.
|
||||||
|
|
||||||
|
Reactor Update
|
||||||
|
==============
|
||||||
|
|
||||||
|
Fix the infinite recursion problem for runner/wheel reactor jobs by passing a
|
||||||
|
"user" (Reactor) to all jobs that the reactor starts. Then the reactor skips
|
||||||
|
all events created by that username-- thereby only reacting to events not
|
||||||
|
caused by itself. Because of this, runner and wheel executions from the runner
|
||||||
|
will have user "Reactor" in the job cache.
|
||||||
|
|
||||||
Misc Fixes/Additions
|
Misc Fixes/Additions
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user