Skip to content

Commit

Permalink
Update workers.md (matrix-org#858)
Browse files Browse the repository at this point in the history
* Update workers.md

Fixed typos

Signed-off-by: Joshua Hoffmann [email protected]

* Create 858.doc

---------

Signed-off-by: Joshua Hoffmann [email protected]
Co-authored-by: Will Hunt <[email protected]>
  • Loading branch information
Joshua Hoffmann and Half-Shot committed Dec 27, 2023
1 parent 2868904 commit 3edee86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/858.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documentation tidyups.
5 changes: 2 additions & 3 deletions docs/advanced/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ This feature is <b>experimental</b> 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:
Expand Down

0 comments on commit 3edee86

Please sign in to comment.