From 8d773be53364f5828d1b194516188d4be55f8f62 Mon Sep 17 00:00:00 2001 From: sahapasci <8456755+sahapasci@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:49:56 +0300 Subject: [PATCH] Update SETTINGS.rst (#2339) consul.service_check_interval defaults to 5 seconds --- docs/SETTINGS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SETTINGS.rst b/docs/SETTINGS.rst index 9712f445..205f80dd 100644 --- a/docs/SETTINGS.rst +++ b/docs/SETTINGS.rst @@ -131,7 +131,7 @@ Most of the parameters are optional, but you have to specify one of the **host** - **checks**: (optional) list of Consul health checks used for the session. By default an empty list is used. - **register\_service**: (optional) whether or not to register a service with the name defined by the scope parameter and the tag master, replica or standby-leader depending on the node's role. Defaults to **false**. - **service\_tags**: (optional) additional static tags to add to the Consul service apart from the role (``master``/``replica``/``standby-leader``). By default an empty list is used. -- **service\_check\_interval**: (optional) how often to perform health check against registered url. +- **service\_check\_interval**: (optional) how often to perform health check against registered url. Defaults to '5s'. - **service\_check\_tls\_server\_name**: (optional) overide SNI host when connecting via TLS, see also `consul agent check API reference `__. The ``token`` needs to have the following ACL permissions: