que-rb/que
A Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability. observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 60
- Release rhythm 8
- Longevity 100
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: 4690
- days_rel: 674
- days_push: 244
- n_releases_24m: 1
Adoption not part of the score
2322 stars · 193 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Que is a Ruby job queue backed by PostgreSQL that uses advisory locks for high-throughput, reliable background job processing. Jobs are stored transactionally alongside application data, gaining ACID guarantees and simple backups.
Use cases
- run background jobs in a ruby app using postgres instead of redis
- queue jobs transactionally with database changes
- high-throughput job processing with many workers
- ensure background jobs are not lost when a process crashes
- replace sidekiq with a postgres-backed queue
When to choose
- you already use PostgreSQL and want fewer infrastructure dependencies
- you need jobs committed or rolled back atomically with your data
- reliability and exactly-once semantics matter more than exotic features
When to avoid
- you need a queue decoupled from your primary database
- you require very high throughput beyond what a single Postgres can handle
- you need features like native scheduled jobs across multiple brokers or complex routing
Facets
library · maturity active
message-queue scheduling concurrency backend databases developer-tools ruby job-queue postgresql advisory-locks background-jobs activejob transactional linux macos
1 source
- readme: https://github.com/que-rb/que · fetched 2026-08-28 · d4d20571be02
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| que-rb/que | main | 50 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem