Hacker News new | ask | show | jobs
by hoggle 4077 days ago
Did anybody here use the corresponding worker module too? How does it compare with kue (in production)?
1 comments

We're have been using this in production for a few months now. We never tried kue but used the rsmq-worker module extensively.

Currently we're processing about 30 million messages per day on a single redis server with two worker instances.

Thanks, I will give it a try - even though I have been very happy with kue.