rails/solid_queue
Database-backed Active Job backend observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 98
- Longevity 94
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: 20.5
- age_days: 1328
- days_rel: 12
- days_push: 10
- n_releases_24m: 27
Adoption not part of the score
2488 stars · 248 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Solid Queue is a database-backed queuing backend for Rails Active Job, storing jobs in SQL databases like MySQL, PostgreSQL, or SQLite. It supports delayed and recurring jobs, concurrency controls, priorities, batch enqueuing, and uses FOR UPDATE SKIP LOCKED for efficient polling.
Use cases
- run background jobs in rails without redis
- database-backed active job backend
- schedule recurring tasks in rails
- replace sidekiq with a simpler queue
- control job concurrency per queue
- enqueue jobs in bulk with perform_all_later
When to choose
- you run Rails 8 or later and want a zero-extra-infrastructure job queue
- you already use MySQL, PostgreSQL, or SQLite and want jobs in the same database
- you need concurrency controls, recurring jobs, or batch processing with Active Job
When to avoid
- you need extremely high throughput beyond what SQL polling can handle
- your stack is not Ruby on Rails or Active Job
- you need distributed queues across multiple databases or languages
Facets
library · maturity active
message-queue scheduling workflow-automation backend web-development databases ruby jvm active-job background-jobs rails job-queue skip-locked sidekiq-alternative sql-database automation linux macos docker
1 source
- readme: https://github.com/rails/solid_queue · fetched 2026-08-28 · e00552c71383
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rails/solid_queue | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="rails/solid_queue")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem