matrix-docker-ansible-deploy/roles/matrix-synapse/templates/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
..
systemd Suppress old container cleanup (kill/rm) failures 2022-04-11 09:05:33 +03:00
usr-local-bin replaced 8008 where possible 2021-11-15 22:43:05 +02:00
homeserver.yaml.j2 Stop using deprecated (in Synapse v1.59) user_dir and appservice workers 2022-05-31 16:35:50 +03:00
synapse.log.config.j2 Make Synapse log messages a bit prettier 2019-07-04 18:19:52 +03:00
worker.yaml.j2 replaced 8008 where possible 2021-11-15 22:43:05 +02:00