Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
4b09b743
Unverified
Commit
4b09b743
authored
4 years ago
by
Erik Johnston
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Document how to set up multiple event persisters (#8706)
parent
d04c2d19
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/8706.doc
+1
-0
1 addition, 0 deletions
changelog.d/8706.doc
docs/workers.md
+12
-0
12 additions, 0 deletions
docs/workers.md
with
13 additions
and
0 deletions
changelog.d/8706.doc
0 → 100644
+
1
−
0
View file @
4b09b743
Document experimental support for running multiple event persisters.
This diff is collapsed.
Click to expand it.
docs/workers.md
+
12
−
0
View file @
4b09b743
...
...
@@ -319,6 +319,18 @@ stream_writers:
events
:
event_persister1
```
The
`events`
stream also experimentally supports having multiple writers, where
work is sharded between them by room ID. Note that you
*must*
restart all worker
instances when adding or removing event persisters. An example
`stream_writers`
configuration with multiple writers:
```
yaml
stream_writers
:
events
:
-
event_persister1
-
event_persister2
```
#### Background tasks
There is also
*experimental*
support for moving background tasks to a separate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment