Technology-agnostic, persistent job queue
SQLite persistence interface for any-queue
A shim for the setImmediate efficient script yielding API
Test helper for any-queue integrations
fast, tiny `queueMicrotask` shim for modern engines
MySQL persistence interface for any-queue
Promise queue with concurrency control
Tiny queue data structure
Simple JS queue with auto run for node and browsers
Simple JS queue with auto run for node and browsers
A simple tool to keep requests to be executed in order.
Call an array of promise-returning functions, restricting concurrency to a specified limit.
LRU Queue
Extremely fast double-ended queue implementation
Compatible version of p-queue
The smallest and simplest JavaScript priority queue
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Promise-based queue
In memory queue system prioritizing tasks
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
Sequential asynchronous lock-based queue for promises
Priority queue data structures
Fast, in memory work queue
Queue any method in any class or instance with no need for additional Worker class and no extra code
Queue any method in any class or instance with no need for additional Worker class and no extra code
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end
JobQueue means you don't have to worry about your queue any more!
JobQueue means you don't have to worry about your queue any more!
JobQueue means you don't have to worry about your queue any more!
JobQueue means you don't have to worry about your queue any more!
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end
A simple gem to manage your queues or any data structure!
Store a hash of any metadata against your queues in resque
Job queue with MongoDB with emphasis on never losing any task even if worker fails hard (segfault).
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/unique_at_runtime' class StrictlySerialJob include Resque::Plugins::UniqueAtRuntime @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.