A simple, fast, robust job/task queue for Node.js, backed by Redis. Simple: ~500 LOC, and the only dependency is node_redis. Fast: maximizes throughput by minimizing Redis and network overhead. Benchmarks well. Robust: designed with concurrency, atomicity, and failure in mind; 100% code coverage.
Full article