tech/webdev magazine

September 15, 2016

Using Node, Redis, and Kue for Priority Job Processing

Thursday, September 15, 2016 Teklinks

Chances are that if you’ve worked on the server side of things for long enough, you’ve probably run into a situation where you need a queue of some sort to handle messaging, processing, or any sort of orderly task execution. In this tutorial, we'll be using a certain type of queue — the priority job queue — to help us solve a fairly common problem: payment processing.

Full article