uber-archive / node-statsd-client

Node.js client for statsd
ISC License
28 stars 9 forks source link

[DNS recovery]: implement a time to live refresh loop #12

Closed Raynos closed 9 years ago

Raynos commented 10 years ago

This will refresh the DNS record on an interval.

The default time to live for the cached IP addresses is five minutes.

cc @sh1mmer @kriskowal @Matt-Esch

Raynos commented 10 years ago

This depends on https://github.com/uber/node-statsd-client/pull/7

sh1mmer commented 9 years ago

We should be reading the TTL on the record not just a passed in TTL or default TTL.

sh1mmer commented 9 years ago

We also need logging and/or stats on failures

Raynos commented 9 years ago

You cant read the ttl on the record. node limitation.

Logging & statsd is out of scope for this PR.

Raynos commented 9 years ago

Merging manually.