Skip to content

Commit 6b8b072

Browse files
committed
Undo phrasing change
1 parent a59bfd0 commit 6b8b072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The purpose of the launcher is to minimize resource use by launching a runner on demand.
66

7-
In short, the launcher impersonates a task runner until a task is ready for pickup, then it launches a runner to run the task, and after the runner has automatically shut down, the launcher will re-launch a runner once the next task is ready for pickup. The launcher follows this cycle independently for every runner type (i.e., language) configured to run.
7+
To do so, the launcher impersonates a task runner until a task is ready for pickup, then it launches a runner to run the task, and after the runner has automatically shut down, the launcher will re-launch a runner once the next task is ready for pickup. The launcher follows this cycle independently for every runner type (i.e., language) configured to run.
88

99
## Step by step
1010

0 commit comments

Comments
 (0)