# bamzi/jobrunner

Framework for performing work asynchronously, outside of the request flow

Repository: https://github.com/bamzi/jobrunner
Canonical: https://ross.abutalabs.com/products/jobrunner
Language: Go
License: MIT
License Family: permissive
Last push: 2020-11-14T21:03:29+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3969, "days_push": 2118, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1087, forks 97 (observed 2026-08-28T04:03:32.310217+00:00)

## What it is
JobRunner is a Go framework for running jobs asynchronously outside the HTTP request flow, with built-in cron scheduling and a worker pool. It also provides live monitoring of job state exposed as JSON or an HTML status page.

## Use cases
- schedule background jobs with cron in a Go web app
- send emails after signup without blocking the HTTP response
- run periodic cleanup of database or S3 data
- monitor active and scheduled jobs via a status endpoint
- offload slow work from API request handlers

## When to avoid
- you need distributed job processing across multiple instances or a durable message queue
- you require a standalone worker system like Sidekiq-style architectures or microservices
- you need actively maintained software with recent releases

## Facets
- artifact type: framework
- maturity: maintenance
- function: scheduling, workflow-automation, concurrency
- domain: backend, web-development
- platform: go, cross-platform
- tags: cron, background-jobs, job-queue, in-process-workers, gin, job-monitoring, automation

## Member repositories
- bamzi/jobrunner (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.310217+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:49:26.496853+00:00, confidence not recorded.
  - readme: https://github.com/bamzi/jobrunner (fetched 2026-08-28T04:03:32.310217+00:00, sha 49ef9758a9ee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
