3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-02-28 01:43:10 +00:00

Have the Synapse healthcheck be more patient to accommodate slow servers

This commit is contained in:
Slavi Pantaleev
2026-02-19 13:49:17 +02:00
parent 0da4c43cf1
commit a1dc468004

View File

@@ -375,7 +375,7 @@ matrix_synapse_goofys_systemd_required_services_list_custom: []
# This relies on the container image's built-in HEALTHCHECK (curl to /health),
# with the interval controlled by matrix_synapse_container_health_interval.
matrix_synapse_systemd_healthcheck_enabled: true
matrix_synapse_systemd_healthcheck_max_retries: 60
matrix_synapse_systemd_healthcheck_max_retries: 180
matrix_synapse_systemd_healthcheck_interval_seconds: 1
# The command used for the health check in ExecStartPost.