uber-node / ringpop-node

Scalable, fault-tolerant application-layer sharding for Node.js applications
http://uber.github.io/ringpop/
MIT License
1.18k stars 146 forks source link

Don't use async library in production-code #268

Closed mennopruijssers closed 8 years ago

mennopruijssers commented 8 years ago

Partition healing was by accident using async: a dev-dependency. Let's not add an extra dependency and do it without async!

mennopruijssers commented 8 years ago

Closed since the offending commits are reverted in #270.