Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.46k stars 867 forks source link

Migrate from Kue to Amazon SQS #1171

Open nocaseguy opened 6 years ago

nocaseguy commented 6 years ago

Hi everyone, I created a library as a drop-in replacement for Kue, using Amazon SQS as backend. I'm using on production with millions of task daily. Check it out: https://github.com/dungbx/sqs-taskqueue

anilkumargautam commented 5 years ago

Whats the benefit over kue ?