Search code examples
ruby-on-railsrubysidekiq

Can we run Sidekiq for Rails 2.3 application?


In one of the Rails application I'm working, we need to implement background processing. Nowadays, Sidekiq is very popular.

But, we are using Rails 2.3.18 and Ruby 1.8.7 and we cannot change it as of now. So, can we use any Sidekiq version compatible with our app and without any issues?


Solution

  • No version of Sidekiq has ever supported MRI 1.8 or Rails 2.x. MRI 1.9 and Rails 3.x are supported by Sidekiq 2.x.