Skip to content

Commit

Permalink
docs: Fix link and stale reference (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Jan 15, 2025
1 parent 0d10e4a commit e588fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![codecov](https://codecov.io/gh/n8n-io/task-runner-launcher/graph/badge.svg?token=NW1BW05Q5P)](https://codecov.io/gh/n8n-io/task-runner-launcher)

CLI utility to launch an [n8n task runner](https://docs.n8n.io/PENDING) in `external` mode. The launcher's purpose is to minimize resource use by launching a runner on demand, i.e. only when no runner is available and when a task is ready for pickup. It also makes sure the runner stays responsive and recovers from crashes.
CLI utility to launch an [n8n task runner](https://docs.n8n.io/hosting/configuration/task-runners/) in `external` mode. The launcher's purpose is to minimize resource use by launching a runner on demand, i.e. only when no runner is available and when a task is ready for pickup. It also makes sure the runner stays responsive and recovers from crashes.

```
./task-runner-launcher javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The runner will receive and complete the task and return the result. By now only

```mermaid
sequenceDiagram
participant TM as Task Manager
participant TM as Task Requester
participant TB as Task Broker
participant L as Launcher
participant TR as Task Runner
Expand Down

0 comments on commit e588fd3

Please sign in to comment.