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

brandonhilkert/sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday. observed · 2026-08-28

github.com/brandonhilkert/sucker_punch · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

58/100

  • Activity 58
  • 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: 4974
  • days_rel: n/a
  • days_push: 253
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2630 stars · 109 forks observed · 2026-08-28

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

Sucker Punch is a single-process asynchronous background job processing library for Ruby, built on concurrent-ruby. Jobs are stored in memory with no external infrastructure like Redis, making it ideal for fast, non-critical tasks within Rails or Sinatra apps.

Use cases

  • send emails asynchronously in a rails app
  • run background jobs without redis
  • process logs in the background
  • offload slow tasks from web requests in ruby
  • in-process job queue for sinatra
  • cheap background processing on heroku

When to choose

  • you need background jobs without extra infrastructure like Redis or a database
  • jobs are fast and non-mission-critical such as emails or logging
  • you want to minimize hosting costs and memory footprint by running everything in one process

When to avoid

  • you need durable jobs that survive process restarts
  • you require mission-critical or long-running background processing
  • you need distributed processing across multiple machines

Facets

library · maturity stable

concurrency message-queue workflow-automation backend web-development developer-tools ruby background-jobs in-memory-queue sidekiq-alternative concurrent-ruby no-external-dependencies web-server

1 source

Member repositories

RepositoryRoleHealth v2
brandonhilkert/sucker_punchmain58

For agents

markdown · JSON · MCP: product_card(name="brandonhilkert/sucker_punch")

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