Jerome Wisniewski

Results 4 issues of Jerome Wisniewski

It looks like if the [etcd cluster is unreachable](https://github.com/davissp14/etcdv3-ruby/blob/master/lib/etcdv3/connection_wrapper.rb#L16-L24) then the client spins with `Failed to connect to endpoint 'example.com:2379'`. I think the desired behavior would be it should try...

**Is this a BUG REPORT or FEATURE REQUEST?**: Feature Request **What happened**: If the API becomes unavailable or unreachable during an instance refresh, the drain command fails and returns instantly...

This addresses https://github.com/keikoproj/lifecycle-manager/issues/185 by re-adding the `retryInterval` when draining. This also re-adds the `retry-go` package in order to do both the retry and the delay functionality. If there was another...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: The retry-interval does not work. I believe it got removed accidentally but it appears not to be used...