# chaps-io/gush

Fast and distributed workflow runner using ActiveJob and Redis

Repository: https://github.com/chaps-io/gush
Canonical: https://ross.abutalabs.com/products/gush
Language: Ruby
License: MIT
License Family: permissive
Topics: workflows, ruby, sidekiq, graph, parallel, parallelization, activejob, queues, redis, workflow, workers
Last push: 2025-11-20T10:26:39+00:00

## Health v2 (maintenance only)
Score: 53/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 53, release rhythm 25, longevity 100
- inputs: {"age_days": 4551, "days_push": 286, "days_rel": 286, "gap_med": 210.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1100, forks 112 (observed 2026-08-28T04:03:35.491217+00:00)

## What it is
Gush is a Ruby gem for defining and running parallel workflows as directed acyclic graphs, using Redis for storage and ActiveJob for job scheduling and execution. It includes a CLI and a simple DSL for declaring job dependencies.

## Use cases
- run parallel background jobs with dependencies in ruby
- orchestrate a DAG of ActiveJob workers
- pipeline data fetching, processing, and indexing steps
- replace complex sidekiq workflow chaining
- execute fan-out/fan-in job graphs with redis

## When to choose
- you're on Ruby/Rails and already use ActiveJob or Sidekiq
- you need dependency-aware parallel execution backed by Redis
- you want a lightweight workflow DSL without heavy orchestration infrastructure

## When to avoid
- you need durable, multi-language or long-running workflow orchestration like Temporal or Airflow
- your project doesn't use Redis or ActiveJob
- you need visual workflow management or cron-style scheduling

## Facets
- artifact type: library
- maturity: active
- function: workflow-automation, scheduling, message-queue, concurrency
- domain: backend, developer-tools, microservices
- platform: ruby, cli
- tags: activejob, sidekiq, dag, parallel-workflows, job-orchestration, automation, redis

## Member repositories
- chaps-io/gush (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:35.491217+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:45:47.366958+00:00, confidence not recorded.
  - readme: https://github.com/chaps-io/gush (fetched 2026-08-28T04:03:35.491217+00:00, sha 2054a07c5834)
- Data as of 2026-08-30T08:39:29.467469+00:00.
