matrix-docker-ansible-deploy/roles/custom/matrix-synapse/tasks
Slavi Pantaleev b71375fac7 Disable healthcheck for Synapse workers which serve no web traffic
This was mostly affecting the stream writer (events) worker, which was
being reported as unhealthy. It wasn't causing any issues, but it just
looked odd and was confusing people.

As an alternative to hitting the regular `/health` healthcheck route (on
the "client" API which this stream writer does not expose),
we may have went for hitting some "replication" API endpoint instead.

This is more complicated and likely unnecessary.
2023-05-19 18:29:02 +03:00
..
ext Fix all 300+ ansible-lint-reported errors 2023-03-07 17:28:15 +02:00
goofys Add matrix_synapse_uid, matrix_synapse_gid and matrix_synapse_username 2023-02-17 17:16:50 +02:00
rust-synapse-compress-state Make use of matrix_synapse_container_network in the matrix-synapse role 2023-05-02 13:22:31 +03:00
synapse Disable healthcheck for Synapse workers which serve no web traffic 2023-05-19 18:29:02 +03:00
import_media_store.yml Add matrix_synapse_uid, matrix_synapse_gid and matrix_synapse_username 2023-02-17 17:16:50 +02:00
import_synapse_sqlite_db.yml Restore --tags=import-synapse-sqlite-db support 2023-05-02 13:34:42 +03:00
init.yml
main.yml Restore --tags=import-synapse-sqlite-db support 2023-05-02 13:34:42 +03:00
register_user.yml
self_check_client_api.yml
self_check_federation_api.yml
setup_install.yml Fix all 300+ ansible-lint-reported errors 2023-03-07 17:28:15 +02:00
setup_uninstall.yml Fix all 300+ ansible-lint-reported errors 2023-03-07 17:28:15 +02:00
update_user_password.yml
validate_config.yml Add support for customizing Synapse templates 2023-02-17 19:37:34 +02:00