matrix-docker-ansible-deploy/roles/custom/matrix-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
..
defaults Do not add main/master Synapse process to instance_map if workers are not in use 2023-05-15 07:37:25 +03:00
tasks Disable healthcheck for Synapse workers which serve no web traffic 2023-05-19 18:29:02 +03:00
templates Disable healthcheck for Synapse workers which serve no web traffic 2023-05-19 18:29:02 +03:00
vars Load /capabilities endpoint on workers 2023-04-25 15:16:03 +03:00