matrix-docker-ansible-deploy/roles/matrix-synapse/tasks
Marcel Partap 353bc7c362 Add initial support for synapse workers
· needs documentation; no checks yet for port clashes or typos in worker name
· according to https://github.com/matrix-org/synapse/wiki/Workers-setup-with-nginx#results
  about 90% of requests go to the synchrotron endpoint
· thus, the synchrotron worker is especially suited to be load-balanced
· most of the other workers are documented to support only a single instance
· https://github.com/matrix-org/synapse/blob/master/docs/workers.md
2020-04-19 19:05:03 +02:00
..
ext Fix git installation bug during synapse-simple-antispam installation 2020-03-29 10:11:08 +03:00
goofys Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin 2020-03-24 11:27:58 -07:00
synapse Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin 2020-03-24 11:27:58 -07:00
workers Add initial support for synapse workers 2020-04-19 19:05:03 +02:00
import_media_store.yml
init.yml
main.yml
register_user.yml Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin 2020-03-24 11:27:58 -07:00
self_check_client_api.yml
self_check_federation_api.yml
setup_synapse.yml Add initial support for synapse workers 2020-04-19 19:05:03 +02:00
update_user_password.yml Removed bug in enhanced waiting 2020-03-28 13:00:56 +01:00
validate_config.yml