matrix-docker-ansible-deploy/roles/custom/matrix-synapse/tasks/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
..
workers Disable healthcheck for Synapse workers which serve no web traffic 2023-05-19 18:29:02 +03:00
setup.yml Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
setup_install.yml Fix all 300+ ansible-lint-reported errors 2023-03-07 17:28:15 +02:00
setup_uninstall.yml Make uninstall tasks for Synapse delete bin/ 2022-11-27 09:43:25 +02:00