Need advice about which tool to choose?Ask the StackShare community!
Manage your open source components, licenses, and vulnerabilities
Learn MorePros of Kue
Pros of Resque
Pros of Sidekiq
Pros of Kue
- Simple2
Pros of Resque
- Free5
- Scalable3
- Easy to use on heroku1
Pros of Sidekiq
- Simple124
- Efficient background processing99
- Scalability60
- Better then resque37
- Great documentation26
- Admin tool15
- Great community14
- Integrates with redis automatically, with zero config8
- Stupidly simple to integrate and run on Rails/Heroku7
- Great support7
- Ruby3
- Freeium3
- Pro version2
- Dashboard w/live polling1
- Great ecosystem of addons1
- Fast1
Sign up to add or upvote prosMake informed product decisions
289
121
16
10.3K
1.1K
2.4K
- No public GitHub repository available -
What is Kue?
Kue is a feature rich priority job queue for node.js backed by redis. A key feature of Kue is its clean user-interface for viewing and managing queued, active, failed, and completed jobs.
What is Resque?
Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both.
What is Sidekiq?
Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails 3/4 to make background processing dead simple.
Need advice about which tool to choose?Ask the StackShare community!
What companies use Kue?
What companies use Resque?
What companies use Sidekiq?
What companies use Kue?
What companies use Resque?
What companies use Sidekiq?
Sign up to get full access to all the companiesMake informed product decisions
What tools integrate with Kue?
What tools integrate with Resque?
What tools integrate with Sidekiq?
What tools integrate with Kue?
No integrations found
What tools integrate with Resque?
Blog Posts
What are some alternatives to Kue, Resque, and Sidekiq?
Bull
The fastest, most reliable, Redis-based queue for Node.
Carefully written for rock solid stability and atomicity.
RabbitMQ
RabbitMQ gives your applications a common platform to send and receive messages, and your messages a safe place to live until received.
Celery
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.
MySQL
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
PostgreSQL
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions.