explore/topics/sidekiq/index.md

588 B

created_by display_name github_url logo related released short_description topic url wikipedia_url
Mike Perham Sidekiq https://github.com/mperham/sidekiq sidekiq.png resque, activejob, delayed-job February 05, 2012 Simple, efficient background processing for Ruby. sidekiq https://sidekiq.org/ https://en.wikipedia.org/wiki/Sidekiq

Simple, efficient background processing for Ruby.
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 to make background processing dead simple.