StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
Sidekiq
BySidekiqSidekiq

Sidekiq

#5in Background Jobs
Stacks1.12kDiscussions11
Followers632
OverviewDiscussions11

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.

Sidekiq is a tool in the Background Jobs category of a tech stack.

Sidekiq Pros & Cons

Pros of Sidekiq

  • ✓Simple
  • ✓Efficient background processing
  • ✓Scalability
  • ✓Better then resque
  • ✓Great documentation
  • ✓Admin tool
  • ✓Great community
  • ✓Integrates with redis automatically, with zero config
  • ✓Great support
  • ✓Stupidly simple to integrate and run on Rails/Heroku

Cons of Sidekiq

No cons listed yet.

Sidekiq Alternatives & Comparisons

What are some alternatives to Sidekiq?

Hangfire

Hangfire

It is an open-source framework that helps you to create, process and manage your background jobs, i.e. operations you don't want to put in your request processing pipeline. It supports all kind of background tasks – short-running and long-running, CPU intensive and I/O intensive, one shot and recurrent.

Resque

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.

PHP-FPM

PHP-FPM

It is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. It includes Adaptive process spawning, Advanced process management with graceful stop/start, Emergency restart in case of accidental opcode cache destruction etc.

Beanstalkd

Beanstalkd

Beanstalks's interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

Cron

Cron

Background-only application which launches and runs other applications, or opens documents, at specified dates and times.

Bull

Bull

The fastest, most reliable, Redis-based queue for Node. Carefully written for rock solid stability and atomicity.

Sidekiq Integrations

Netuitive, HatchBox are some of the popular tools that integrate with Sidekiq. Here's a list of all 2 tools that integrate with Sidekiq.

Netuitive
Netuitive
HatchBox
HatchBox

Sidekiq Discussions

Discover why developers choose Sidekiq. Read real-world technical decisions and stack choices from the StackShare community.Showing 3 of 5 discussions.

Jerome Dalbert
Jerome Dalbert

Principal Backend Software Engineer at Gratify Commerce

Sep 14, 2018

Needs adviceondelayed_jobdelayed_jobRailsRailsAWS Elastic BeanstalkAWS Elastic Beanstalk

delayed_job is a great Rails background job library for new projects, as it only uses what you already have: a relational database. We happily used it during the company’s first two years.

But it started to falter as our web and database transactions significantly grew. Our app interacted with users via SMS texts sent inside background jobs. Because the delayed_job daemon ran every couple seconds, this meant that users often waited several long seconds before getting text replies, which was not acceptable. Moreover, job processing was done inside AWS Elastic Beanstalk web instances, which were already under stress and not meant to handle jobs.

We needed a fast background job system that could process jobs in near real-time and integrate well with AWS. Sidekiq is a fast and popular Ruby background job library, but it does not leverage the Elastic Beanstalk worker architecture, and you have to maintain a Redis instance.

We ended up choosing active-elastic-job, which seamlessly integrates with worker instances and Amazon SQS. SQS is a fast queue and you don’t need to worry about infrastructure or scaling, as AWS handles it for you.

We noticed significant performance gains immediately after making the switch.

#BackgroundProcessing

0 views0
Comments
Tim Lucas
Tim Lucas

Co-Founder, Designer

Apr 5, 2016

Needs adviceonSidekiqSidekiq

Background processing of Pushover push notifications to admins when sales occur, payments processing via Pin Payments, Campaign Monitor transaction email sending, and Intercom event API posting. Sidekiq

0 views0
Comments
leannematlach
leannematlach

Jun 22, 2015

Needs adviceonSidekiqSidekiq

We turn to Sidekiq when we need to run background jobs in a Rails app, which we do for just about every Rails app we write. We especially like the ops tools that come with Sidekiq, which make it easy to monitor and maintain. Sidekiq

0 views0
Comments
View all 5 discussions

Try It

Visit Website

Adoption

On StackShare

Companies
561
EHHNPT+555
Developers
565
NSNDNC+559