You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2024. It is now read-only.
Add missing worker settings to shared configuration (matrix-org#14748)
* Add missing worker settings to shared configuration
* newsfile
* update docs after review
* more update for doc
* This -> These
Co-authored-by: David Robertson <[email protected]>
Multiple workers can be added to this map, in which case the work is balanced
526
+
across them. Ensure the main process and all pusher workers are restarted after changing
527
+
this option.
528
+
529
+
These workers don't need to accept incoming HTTP requests to send push notifications,
530
+
so no additional reverse proxy configuration is required for pusher workers.
531
+
532
+
This style of configuration supersedes the legacy `synapse.app.pusher`
533
+
worker application type.
505
534
506
535
### `synapse.app.pusher`
507
536
508
537
It is likely this option will be deprecated in the future and is not recommended for new
509
-
installations. Instead, [use `synapse.app.generic_worker` with the `pusher_instances`](usage/configuration/config_documentation.md#pusher_instances).
538
+
installations. Instead, [use `synapse.app.generic_worker` with the `pusher_instances`](#push-notifications).
510
539
511
540
Handles sending push notifications to sygnal and email. Doesn't handle any
512
541
REST endpoints itself, but you should set
@@ -547,7 +576,7 @@ Note this worker cannot be load-balanced: only one instance should be active.
547
576
### `synapse.app.federation_sender`
548
577
549
578
It is likely this option will be deprecated in the future and not recommended for
550
-
new installations. Instead, [use `synapse.app.generic_worker` with the `federation_sender_instances`](usage/configuration/config_documentation.md#federation_sender_instances).
579
+
new installations. Instead, [use `synapse.app.generic_worker` with the `federation_sender_instances`](usage/configuration/config_documentation.md#federation_sender_instances).
551
580
552
581
Handles sending federation traffic to other servers. Doesn't handle any
553
582
REST endpoints itself, but you should set
@@ -606,7 +635,9 @@ expose the `media` resource. For example:
606
635
```
607
636
608
637
Note that if running multiple media repositories they must be on the same server
609
-
and you must configure a single instance to run the background tasks, e.g.:
638
+
and you must specify a single instance to run the background tasks in the
0 commit comments