From e588fd3db92e6ef24d56f87fe69c970a35b3396b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 15 Jan 2025 09:55:22 +0100 Subject: [PATCH] docs: Fix link and stale reference (#58) --- README.md | 2 +- docs/lifecycle.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc5f58a..3a1e434 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/lifecycle.md b/docs/lifecycle.md index 1f9b12c..687ed3d 100644 --- a/docs/lifecycle.md +++ b/docs/lifecycle.md @@ -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