Registry / devops / stampede-worker

stampede-worker

JSON →
library1.4.1jsnpmunverified

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-worker
INSTALL
IMPORT
SIG · STAMPEDE-WORKER
S
stampede-worker
devopsjavascriptv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

stampe worker CLI
npm install -g stampede-worker
npm install stampede-worker --save
This is a CLI tool, not a library. Install globally or use npx.
stampedeWorker
npx stampede-worker
const stampedeWorker = require('stampede-worker')
No programmatic API; run via CLI only.

Install globally, then run with a config file specifying queue connection and task ID.

npm install -g stampede-worker stampede-worker --config path/to/config.json
Debug
Known issues
gotchaNo programmatic API; can only be run as CLI globally or via npx.
fix
Use CLI or npx, not require().
affects: >=1.0.0
breakingNode engine required >=16.0.0.
fix
Upgrade Node to v16 or later.
affects: >=1.0.0
Errors
Common errors & fixes
stampede-worker: command not found
Not installed globally or not in PATH
fix
Run `npm install -g stampede-worker` first.
Error: Cannot find module 'stampede-worker'
Attempting to require() the module instead of running CLI
fix
Use `npx stampede-worker` or `stampede-worker` directly after global install.
Upgrade
Version history
1.4.1latest on npm
Audit
Dependencies
noderequiredruntime engine requirement
Agent activity
6 hits · last 30 days
node
6
Resources
stampede-worker — npm install stampede-worker · libregistry