Tag Archives: background work

Steps to implement Sidekiq with Rails 3.x


Why Sidekiq Sidekiq gem is used to move long running jobs into the background for asynchronous processing. It is more efficient than delayed_job and Resque because it uses threads instead of forks to run the job so it is efficient … Continue reading

Posted in Rails | Tagged , , , , , , , , , , , , , | 3 Comments