influxdata / influxdb-client-ruby

InfluxDB 2.0 Ruby Client

Home Page:https://influxdata.github.io/influxdb-client-ruby/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add jitter_interval and retry_interval to WriteApi

bednar opened this issue · comments

Property Description Default Value
retry_interval the number of milliseconds to retry unsuccessful write. The retry interval is used when the InfluxDB server does not specify "Retry-After" header. 1000
jitter_interval the number of milliseconds to increase the batch flush interval by a random amount 0