airbnb / nerve

A service registration daemon that performs health checks; companion to airbnb/synapse
MIT License
942 stars 151 forks source link

Connect to different zookeeper clusters async #76

Open jolynch opened 8 years ago

jolynch commented 8 years ago

We've run into a few situations where hitless nerve reloads aren't so hitless because we have 5 registrations that take 5 seconds (zk timeout), and then our 30s sleep isn't enough.

Perhaps we should make it async.