node-run-queue

promise based dynamic priority queue runner

Description

A promise based, dynamic priority queue runner, with concurrency limiting.

The concurrency means that processes don't finish in order, because some take longer than others. Each priority level must finish entirely before the next priority level is run. Priorities essentially represent distinct job queues. All jobs in a queue must complete before the next highest priority job queue is executed. Lowest is executed first.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://npmjs.com/package/run-queue


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-run-queue