Skip to content

Commit ce84e78

Browse files
committed
docs(designs): update runbook.md
ref: #1212 (comment)
1 parent 88964ec commit ce84e78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/designs/runbook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ runn developers need to have a common understanding of the properties of the run
1818

1919
- The runbook is the minimum unit of running of runn. For example, it is not assumed to have features that run only certain steps in a runbook.
2020
- The running of the steps in a runbook is always sequential. Concurrent running is not assumed.
21+
- All steps that have started running will stop when that runbook is completed (e.g. `exec.background:`).
22+
- Steps marked with `defer:` have not started running, so run execution is delayed until completion of the parent runbook.

0 commit comments

Comments
 (0)