From 3edee86e973e0c11099f562c983920dc5f26d8a8 Mon Sep 17 00:00:00 2001 From: Joshua Hoffmann Date: Wed, 20 Dec 2023 11:36:52 +0100 Subject: [PATCH] Update workers.md (#858) * Update workers.md Fixed typos Signed-off-by: Joshua Hoffmann joshua.hoffmann@b1-systems.de * Create 858.doc --------- Signed-off-by: Joshua Hoffmann joshua.hoffmann@b1-systems.de Co-authored-by: Will Hunt --- changelog.d/858.doc | 1 + docs/advanced/workers.md | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 changelog.d/858.doc diff --git a/changelog.d/858.doc b/changelog.d/858.doc new file mode 100644 index 000000000..0623a4b6b --- /dev/null +++ b/changelog.d/858.doc @@ -0,0 +1 @@ +Documentation tidyups. diff --git a/docs/advanced/workers.md b/docs/advanced/workers.md index d16261714..c4b59e072 100644 --- a/docs/advanced/workers.md +++ b/docs/advanced/workers.md @@ -9,12 +9,11 @@ This feature is experimental and should only be used when you are reachin ## Running in multi-process mode -You must first have a working redis instance somewhere which can talk between processes. For example, in Docker you can run: +You must first have a working Redis instance somewhere which can talk between processes. For example, in Docker you can run: `docker run --name github-bridge-redis -p 6379:6379 -d redis`. - -The processes should all share the same config, which should contain the correct config enable redis: +The processes should all share the same config, which should contain the correct config to enable Redis: ```yaml queue: