jrallison/go-workers
Sidekiq compatible background workers in golang observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4798
- days_rel: n/a
- days_push: 884
- n_releases_24m: 0
Adoption not part of the score
1379 stars · 165 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library for running Sidekiq-compatible background job workers backed by Redis. It provides reliable queueing via BRPOPLPUSH, retries, custom middleware, per-queue concurrency, and a stats HTTP endpoint.
Use cases
- process background jobs in a Go service
- share a Redis job queue between Ruby Sidekiq and Go apps
- enqueue async tasks with retries
- run workers with per-queue concurrency control
- monitor running jobs via a stats endpoint
When to choose
- you need Go workers interoperable with Sidekiq's Redis queue format
- you want reliable at-least-once processing with retries in Go
- you need lightweight background job processing without a separate broker beyond Redis
When to avoid
- you need a pure-Go queue ecosystem with modern features like scheduled jobs UI or native Go tooling (consider gocraft/work, asynq, or river)
- you don't use Redis
- you need a maintained project with active development
Facets
library · maturity maintenance
message-queue concurrency middleware scheduling backend developer-tools microservices go windows sidekiq-compatible background-jobs redis job-queue workers linux macos docker
1 source
- readme: https://github.com/jrallison/go-workers · fetched 2026-08-28 · 217ea1e757d0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jrallison/go-workers | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="jrallison/go-workers")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem