Centralized job queue worker for processing tasks from a stampede queue and sending updates to a response queue. Version 1.4.1, CLI-based Node.js tool for executing configurable command-line tasks per task ID. Requires Node >=16, designed as part of Stampede CI ecosystem. Distinguishes from general queue workers by simple global install and config-per-task-id approach.
npm install stampede-workerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install globally, then run with a config file specifying queue connection and task ID.
Use CLI or npx, not require().
Upgrade Node to v16 or later.
Run `npm install -g stampede-worker` first.
Use `npx stampede-worker` or `stampede-worker` directly after global install.