mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add documentation note in inotify beacon
This commit is contained in:
parent
40217fe813
commit
dbbd53689d
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ Watch files and translate the changes into salt events
|
|||
|
||||
:Caution: Using generic mask options like open, access, ignored, and
|
||||
closed_nowrite with reactors can easily cause the reactor
|
||||
to loop on itself.
|
||||
to loop on itself. To mitigate this behavior, consider
|
||||
setting the `disable_during_state_run` flag to `True` in
|
||||
the beacon configuration.
|
||||
|
||||
'''
|
||||
# Import Python libs
|
||||
|
|
Loading…
Add table
Reference in a new issue