Using Bull.js to manage job queues in a Node.js micro-service stack
When switching to a micro-service oriented stack versus the ol' single monolith, new problems arise. The simple job processor of the past doesn't fit in this new architecture. We found Bull, a Node.js package, to cover our needs, but needed tweaks to...
Feb 2, 20194 min read152
