matrix-docker-ansible-deploy/roles/matrix-synapse
Slavi Pantaleev 78204619ea Stop using deprecated (in Synapse v1.59) user_dir and appservice workers
Source: https://github.com/matrix-org/synapse/blob/v1.59.0/docs/upgrade.md#deprecation-of-the-synapseappappservice-and-synapseappuser_dir-worker-application-types

As an alternative, we should probably find a way to run one or a few
more generic workers (which will handle appservice and user_dir stuff) and
update `homeserver.yaml` so that it would point to the name of these workers using
`notify_appservices_from_worker` and `update_user_directory_from_worker` options.

For now, this solves the deprecation, so we can have a peace of mind
going forward.

We're force-setting these worker counts to 0, so that we can clean up
existing homeservers which use these worker types. In the future, these
options will either be removed or repurposed (so that they transparently
create more generic workers that handle user_dir/appservice loads).
2022-05-31 16:35:50 +03:00
..
defaults Stop using deprecated (in Synapse v1.59) user_dir and appservice workers 2022-05-31 16:35:50 +03:00
files Fix "endpoint seems conditional" determination in workers-doc-to-yaml.awk" 2022-05-06 09:08:45 +02:00
tasks Stop using deprecated (in Synapse v1.59) user_dir and appservice workers 2022-05-31 16:35:50 +03:00
templates Stop using deprecated (in Synapse v1.59) user_dir and appservice workers 2022-05-31 16:35:50 +03:00
vars Stop using deprecated (in Synapse v1.59) user_dir and appservice workers 2022-05-31 16:35:50 +03:00