pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

retries off by one error #41

Open fire opened 7 years ago

fire commented 7 years ago
<fishcakez> https://github.com/pinterest/riffed/blob/master/lib/riffed/client.ex#L199 this also seems to have an off by 1 error
<fishcakez> so maybe try setting retries: 1
<fishcakez> as if retries: 0 then it will never try :/
scohen commented 7 years ago

@fire PRs are readily accepted!