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?
If possible, please mention the appropriate version of Sidekiq also. Thank you.
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.