bensheldon/good_job
Multithreaded, Postgres-based, Active Job backend for Ruby on Rails. observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 97
- Release rhythm 93
- 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: 13.0
- age_days: 2382
- days_rel: 45
- days_push: 18
- n_releases_24m: 39
Adoption not part of the score
2993 stars · 250 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GoodJob is a multithreaded, Postgres-based Active Job backend for Ruby on Rails. It stores jobs in Postgres, uses advisory locks and LISTEN/NOTIFY for run-once safety and low latency, and includes cron scheduling, batches, concurrency controls, and a web dashboard.
Use cases
- run background jobs in a Rails app using Postgres as the queue
- schedule recurring cron-like jobs in Rails
- replace Sidekiq or Delayed::Job without adding Redis
- manage and retry failed background jobs from a web dashboard
- control job concurrency and throttling per job class
- process up to a million jobs per day with a simple setup
When to choose
- your Rails app already uses Postgres and you want to avoid extra infrastructure like Redis
- you want full Active Job compatibility with queues, delays, priorities, and retries
- you need cron scheduling, batches, and a built-in monitoring dashboard
- you prefer a lightweight setup runnable inside the web process or a separate CLI process
When to avoid
- you don't use Ruby on Rails or Active Job
- your database is not PostgreSQL
- you need extremely high throughput beyond millions of jobs per day or specialized queue features
- you already run Redis and prefer Sidekiq's ecosystem
Facets
library · maturity stable
message-queue scheduling web-framework developer-tools web-development backend developer-tools ruby activejob job-queue background-jobs postgres cron web-dashboard multithreaded automation rails postgresql
2 sources
- readme: https://github.com/bensheldon/good_job · fetched 2026-08-28 · dba687e15987
- homepage: https://goodjob-demo.herokuapp.com/ · fetched 2026-08-29 · 654471e98593
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bensheldon/good_job | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="bensheldon/good_job")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem