Shopify/job-iteration
Makes your background jobs interruptible and resumable by design. observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 97
- Release rhythm 72
- 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: 55
- age_days: 3003
- days_rel: 111
- days_push: 22
- n_releases_24m: 10
Adoption not part of the score
1313 stars · 60 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Ruby gem extending ActiveJob that makes long-running background jobs interruptible and resumable via cursor-based checkpointing. Developed at Shopify, it lets jobs safely survive deploys, worker restarts, and infrastructure disruptions without losing progress.
Use cases
- resume background jobs after deploys or restarts
- process millions of ActiveRecord records in a job without losing progress
- make long-running ActiveJob jobs interruptible and resumable
- safely handle worker restarts and pod evictions during batch processing
- checkpoint job progress when iterating over database relations
- backfill or migrate large datasets in background jobs
When to choose
- you run long-running background jobs on Rails/ActiveJob that risk being interrupted by deploys or infrastructure restarts
- you need resumable iteration over large ActiveRecord relations or batches
- you operate in cloud environments where workers can be evicted at any time
When to avoid
- your jobs are short-lived and rarely interrupted
- you don't use Rails ActiveJob or a Ruby backend
- you need a general-purpose job scheduler or queue rather than an iteration extension
Facets
library · maturity stable
concurrency workflow-automation developer-tools backend web-development microservices ruby cloud activejob background-jobs resumable-jobs checkpointing rails long-running-jobs job-processing automation web-server
2 sources
- readme: https://github.com/Shopify/job-iteration · fetched 2026-08-28 · df8e6c3cfe4c
- homepage: https://www.rubydoc.info/gems/job-iteration · fetched 2026-08-29 · 36809a830d25
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Shopify/job-iteration | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="Shopify/job-iteration")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem