matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/synapse
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
..
bin /usr/local/bin/matrix-synapse-register-user -> /matrix/synapse/bin/register-user 2022-11-27 09:26:18 +02:00
customizations Add support for customizing Synapse templates 2023-02-17 19:37:34 +02:00
ext/s3-storage-provider Make use of matrix_synapse_container_network in the matrix-synapse role 2023-05-02 13:22:31 +03:00
prometheus Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
systemd Disable healthcheck for Synapse workers which serve no web traffic 2023-05-19 18:29:02 +03:00
homeserver.yaml.j2 Add support for backup LDAP servers (#2650) 2023-04-19 08:52:03 +03:00
synapse.log.config.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
worker.yaml.j2 Do not specify now-unnecessary worker_main_http_uri Synapse worker setting 2022-12-06 15:54:06 +02:00