Schemafull enqueue module to sqs aws service
Task and Message Queues with Multiple Providers
Tiny queue data structure
queue up function calls
 
A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.
A queue that is dequeued by forked processes
Extremely fast double-ended queue implementation
Forge SQL sdk
binary heap priority queue
A reliable job queue with deduplication, request/response support, and pluggable storage
Resque Queue for AdonisJS v6
turning ReadableStreams into cascades of Promises and vice versa
Vow-based task queue
Babel helper functions for implementing ES6 module transformations
Babel helper functions for inserting module loads
Is this specifier a node.js core module?
React Native Module for integrating Queue-it's virtual waiting room into React Native apps.
This package is a helper to run multiple promise-returning & async functions with limited concurrency.
Get the path of the parent module
Compose web streams together
Cypress plugin for deep per-command insights, including queue order, execution timing, and visual HTML reports.
Lexes CommonJS modules, returning their named exports metadata
Lexes ES modules returning their import/export metadata
The module within this gem simply listens for enqueues and finished jobs. On enqueue it'll fire up a new worker instance if none are running, on finish it'll shut down the worker if there are no more jobs.
A Resque plugin. If you want only one instance of your job running at a time, but want to re-enqueue rejected jobs, extend it with this module. For example: class UpdateNetworkGraph extend Resque::Jobs::RetryOnLocked def self.perform(repo_id) heavy_lifting end end