Ross ROSS = Recommend OSS · open-source software intelligence for agents

benmanns/goworker

goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. observed · 2026-08-28

github.com/benmanns/goworker · homepage · Go · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

39/100

  • Activity 16
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 4790
  • days_rel: n/a
  • days_push: 505
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2846 stars · 243 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

goworker is a Go library for running Resque-compatible background job workers, consuming jobs from Redis queues pushed by Ruby/Rails Resque clients. It leverages Go's cheap concurrency to process jobs far faster and with less memory than Ruby-based workers like Resque or Sidekiq.

Use cases

  • process resque jobs from a rails app using go
  • run background job workers faster than sidekiq
  • consume redis-backed job queues in go
  • run 100,000 concurrent background workers on one machine
  • offload resource-intensive jobs from ruby to go
  • replace resque workers to reduce memory usage

When to choose

  • you already enqueue jobs with Resque in a Ruby/Rails app and want a faster, lower-memory worker
  • you need very high concurrency for high-latency or compute-heavy jobs
  • you want to keep Ruby producers but process jobs in Go

When to avoid

  • you want a pure-Go job system without Redis or Resque compatibility
  • you need job scheduling, retries, or advanced queue features beyond Resque's model
  • your whole stack is Ruby and Sidekiq's ecosystem fits better

Facets

library · maturity active

message-queue concurrency serialization backend developer-tools go windows background-jobs resque-compatible redis job-queue worker-pool automation linux macos docker

2 sources

Member repositories

RepositoryRoleHealth v2
benmanns/goworkermain39

For agents

markdown · JSON · MCP: product_card(name="benmanns/goworker")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem