matrix-docker-ansible-deploy/roles/matrix-synapse/tasks
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
..
ext Fix compatibility with ansible=6 / ansible-core=2.13 2022-05-18 15:43:39 +03:00
goofys Added retries to the docker pulls (#1701) 2022-03-17 17:37:11 +02:00
rust-synapse-compress-state Increase default async time for rust-synapse-compress-state 2022-04-17 20:27:04 -05:00
synapse Ensure git cloning when self-building is done with the matrix user, not root 2022-04-14 08:52:37 +03:00
import_media_store.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
init.yml Upgrade matrix-synapse-shared-secret-auth (1.0.2 -> 2.0.2) 2022-02-11 10:23:50 +02:00
main.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
register_user.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
self_check_client_api.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
self_check_federation_api.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
setup_synapse.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
update_user_password.yml fix: all praise the allmighty yamllinter 2022-02-05 21:32:54 +01:00
validate_config.yml Stop using deprecated (in Synapse v1.59) user_dir and appservice workers 2022-05-31 16:35:50 +03:00