commit | 81e6bc54b0838b8c0341acc15e936cc8ed3f7f5a | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Tue Jan 09 16:48:03 2018 +0100 |
committer | Petr Michalec <epcim@apealive.net> | Tue Jan 09 16:53:33 2018 +0100 |
tree | 2651d816f888a94fd60232b77ae79de2723c026f | |
parent | 2092a9083c3b57e8441de831af835f9ec356b499 [diff] [blame] |
Allow states using curl to retry if transient problem. Change-Id: Ibd9016530083127fc2b6274897a51dfca5d01f7b
diff --git a/README.rst b/README.rst index 854da83..027b030 100644 --- a/README.rst +++ b/README.rst
@@ -264,6 +264,16 @@ database: mydb1 privilege: all +InfluxDB client state's that uses curl can be forced to retry query if curl call fails: + +.. code-block:: yaml + + influxdb: + client: + enabled: true + retry: + count: 3 + delay: 3 Create an continuous queries: