hudl / fargo

Golang client for Netflix Eureka
MIT License
133 stars 53 forks source link

Add backoff/retry for DNS queries #16

Closed ryansb closed 9 years ago

ryansb commented 9 years ago

The retryingFindTXT method will mask temporary failures (under 15 minutes) by retrying any DNS queries that fail.

Addresses #15

itsrainy commented 9 years ago

I'll work on this later this evening.

... 30 minutes later ...

PR submitted. :grinning:

ryansb commented 9 years ago

30 minutes still counts as later :)

itsrainy commented 9 years ago

This test is failing for me locally, but it's not a result of this stuff. Looks like netflix's discovery test isn't up.

I'll merge this and open a ticket for that.

ryansb commented 9 years ago

That test isn't failing for me locally. Make sure your lib versions are up to date.