sidekiq/sidekiq
Simple, efficient background processing for Ruby observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5343
- days_rel: n/a
- days_push: 16
- n_releases_24m: 0
Adoption not part of the score
13553 stars · 2478 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Sidekiq is a simple, efficient background job processing framework for Ruby applications, using threads to handle many jobs concurrently in the same process with Redis (or Valkey/Dragonfly) as the backing store. It includes a Web UI for monitoring jobs, supports Active Job integration, and offers commercial Pro/Enterprise tiers with features like batches, cron jobs, and rate limiting.
Use cases
- run background jobs in a rails app
- send emails asynchronously
- schedule recurring tasks with cron
- process large queues of jobs at high throughput
- retry failed jobs with error handling
- monitor job queues via a web dashboard
- offload slow api calls from web requests
When to choose
- you have a Ruby or Rails application that needs asynchronous job processing
- you need high-throughput, low-overhead job execution backed by Redis
- you want a mature, widely-adopted job system with a monitoring Web UI
- you use Active Job and want a fast, reliable backend for it
When to avoid
- your stack is not Ruby-based
- you cannot run or access a Redis-compatible datastore
- you need features like batches, unique jobs, or cron scheduling without paying for Pro/Enterprise
- you prefer a database-backed queue without external infrastructure
Facets
library · maturity stable
message-queue scheduling middleware web-framework backend web-development developer-tools ruby self-hosted background-jobs job-queue redis activejob rails workers async-tasks automation linux macos docker
4 sources
- readme: https://github.com/sidekiq/sidekiq · fetched 2026-08-28 · 0994db518af7
- homepage: https://sidekiq.org · fetched 2026-08-29 · 0687f538d29a
- site_page: https://sidekiq.org/about · fetched 2026-08-29 · 2c94145abc38
- site_page: https://sidekiq.org/wiki/Commercial-FAQ · fetched 2026-08-29 · 78450eebb3d4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sidekiq/sidekiq | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem