Bull Queue Manager
JSON →Queue Manager for Bull that reduces Redis connections by sharing a single client and subscriber across all queues. Version 2.0.1 is current. It wraps Bull queues to limit connections; each Bull queue normally creates 3 Redis connections, leading to thousands. This manager shares connections, solving that scaling problem. Alternative to managing Bull instances directly.
Resources
packagebull-qm ↗