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
188a51da
Commit
188a51da
authored
1 year ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Keep pointing at packages.matrix.org for now
parent
95f0a536
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
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+1
-1
1 addition, 1 deletion
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
docs/workers.md
+3
-3
3 additions, 3 deletions
docs/workers.md
with
4 additions
and
4 deletions
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+
1
−
1
View file @
188a51da
...
...
@@ -71,7 +71,7 @@ body:
label
:
Installation Method
options
:
-
Docker (matrixdotorg/synapse)
-
Debian packages from packages.
element.io
-
Debian packages from packages.
matrix.org
-
pip (from PyPI)
-
Other (please mention below)
-
I don't know
...
...
This diff is collapsed.
Click to expand it.
docs/workers.md
+
3
−
3
View file @
188a51da
...
...
@@ -62,7 +62,7 @@ pip install "matrix-synapse[redis]"
Note that these dependencies are included when synapse is installed with
`pip
install matrix-synapse[all]`
. They are also included in the debian packages from
`packages.
element.io
`
and in the docker images at
`packages.
matrix.org
`
and in the docker images at
https://hub.docker.com/r/ectorim/synapse/.
To make effective use of the workers, you will need to configure an HTTP
...
...
@@ -94,7 +94,7 @@ file suitable for use with workers:
for the main process
*
Secondly, you need to enable
[
redis-based replication
](
usage/configuration/config_documentation.md#redis
)
*
You will need to add an
[
`instance_map`
](
usage/configuration/config_documentation.md#instance_map
)
*
You will need to add an
[
`instance_map`
](
usage/configuration/config_documentation.md#instance_map
)
with the
`main`
process defined, as well as the relevant connection information from
it's HTTP
`replication`
listener (defined in step 1 above).
*
Note that the
`host`
defined is the address the worker needs to look for the
`main`
...
...
@@ -432,7 +432,7 @@ To enable this, the worker must have:
*
An
[
HTTP `replication` listener
](
usage/configuration/config_documentation.md#listeners
)
configured,
*
Have a
[
`worker_name`
](
usage/configuration/config_documentation.md#worker_name
)
and be listed in the
[
`instance_map`
](
usage/configuration/config_documentation.md#instance_map
)
config.
config.
*
Have the main process declared on the
[
`instance_map`
](
usage/configuration/config_documentation.md#instance_map
)
as well.
Note: The same worker can handle multiple streams, but unless otherwise documented,
...
...
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