From a1dc4680040c65f3a5941b7c654bcfc1bcebc200 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 19 Feb 2026 13:49:17 +0200 Subject: [PATCH] Have the Synapse healthcheck be more patient to accommodate slow servers --- roles/custom/matrix-synapse/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-synapse/defaults/main.yml b/roles/custom/matrix-synapse/defaults/main.yml index 7c487a9fb..9fdfe6f6d 100644 --- a/roles/custom/matrix-synapse/defaults/main.yml +++ b/roles/custom/matrix-synapse/defaults/main.yml @@ -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.