Sidekiq Alternatives for Queuing and Multithreading

1k Views Asked by At

I need some Rails application server for queuing some processes and run them in multiple threads simultaneously. I find Sidekiq too expensive for my purposes and I'm looking for an alternative. Can I run multiple threads with Resque? Should I use sucker_punch or Shoryuken? Thanks in advance!

-- UPDATED --

See answer in comments below.

0

There are 0 best solutions below