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

rvagg/node-worker-farm

Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options. observed · 2026-08-28

github.com/rvagg/node-worker-farm · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4992
  • days_rel: n/a
  • days_push: 1700
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1737 stars · 120 forks observed · 2026-08-28

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

A Node.js library that distributes processing tasks across multiple child processes with a simple API. It provides call durability, automatically re-queuing tasks if a child process dies, plus configurable concurrency options.

Use cases

  • run CPU-heavy tasks in parallel across child processes
  • offload work from the main Node event loop
  • isolate crash-prone native code like JVM calls from the main process
  • retry tasks automatically when a worker process dies
  • limit concurrent worker processes with custom concurrency settings

When to choose

  • you need durable, retry-safe task execution in Node.js child processes
  • you want a minimal API without a heavy job-queue framework
  • you must isolate unstable native or JVM workloads from your main process

When to avoid

  • you need a distributed job queue across machines
  • your workload is I/O-bound and async handles it fine
  • you want modern worker_threads instead of child processes

Facets

library · maturity maintenance

concurrency workflow-automation developer-tools backend microservices cross-platform worker-processes child-process task-distribution cpu-bound nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
rvagg/node-worker-farmmain32

For agents

markdown · JSON · MCP: product_card(name="rvagg/node-worker-farm")

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