lib/deimos/config/configuration.rb in deimos-ruby-1.22.2 vs lib/deimos/config/configuration.rb in deimos-ruby-1.22.3

- old
+ new

@@ -472,10 +472,11 @@ setting :producer_class, nil # How often to run the poller, in seconds. If the poll takes longer than this # time, it will run again immediately and the timeout # will be pushed to the next e.g. 1 minute. setting :run_every, 60 - # The number of times to retry production when encountering a *non-Kafka* error. + # The number of times to retry production when encountering a *non-Kafka* error. Set to nil + # for infinite retries. setting :retries, 1 # Amount of time, in seconds, to wait before catching updates, to allow transactions # to complete but still pick up the right records. Should only be set for time-based mode. setting :delay_time, 2 # Column to use to find updates. Must have an index on it.