Skip to content

Commit 9b18e40

Browse files
concept/rules: state that a rule cannot be executed in parallel
1 parent 1d702c2 commit 9b18e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

concepts/rules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ openHAB can send a notification to your phone.
2121
Other systems may have a concept of _Automations_, _Tasks_, and other terms.
2222
In openHAB, rules are used to implement all of these concepts.
2323

24+
The execution of one and the same rule does not happen in parallel. If a rule is triggered for execution, while the rule is currently run, it will be queued and run later.
25+
There is no need to program protections against race conditions.
26+
2427
## Parts of a Rule
2528

2629
These rules take the high level form of _When \_\_t\_\_ happens, if \_\_c\_\_ then do \_\_a\_\__,

0 commit comments

Comments
 (0)