Bläddra i källkod

Have the Synapse healthcheck be more patient to accommodate slow servers

pull/4951/head
Slavi Pantaleev 2 månader sedan
förälder
incheckning
a1dc468004
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      roles/custom/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/custom/matrix-synapse/defaults/main.yml Visa fil

@@ -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), # This relies on the container image's built-in HEALTHCHECK (curl to /health),
# with the interval controlled by matrix_synapse_container_health_interval. # with the interval controlled by matrix_synapse_container_health_interval.
matrix_synapse_systemd_healthcheck_enabled: true 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 matrix_synapse_systemd_healthcheck_interval_seconds: 1


# The command used for the health check in ExecStartPost. # The command used for the health check in ExecStartPost.


Laddar…
Avbryt
Spara