# rvagg/node-worker-farm

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

Repository: https://github.com/rvagg/node-worker-farm
Canonical: https://ross.abutalabs.com/products/node-worker-farm
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2022-01-06T15:22:47+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4992, "days_push": 1700, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1737, forks 120 (observed 2026-08-28T04:05:29.881103+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: concurrency, workflow-automation
- domain: developer-tools, backend, microservices
- platform: cross-platform
- tags: worker-processes, child-process, task-distribution, cpu-bound, nodejs

## Member repositories
- rvagg/node-worker-farm (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:29.881103+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-30T03:30:39.194484+00:00, confidence not recorded.
  - readme: https://github.com/rvagg/node-worker-farm (fetched 2026-08-28T04:05:29.881103+00:00, sha 8c32aacd2468)
  - registry_npm: https://registry.npmjs.org/node-worker-farm (fetched 2026-08-29T11:08:04.050371+00:00, sha 9d1e0fee3902)
- Data as of 2026-08-30T08:39:29.467469+00:00.
