Distributed timed job queue, backed by Redis.
Tiny queue data structure
Timeout HTTP/HTTPS requests
fast, tiny `queueMicrotask` shim for modern engines
A shim for the setImmediate efficient script yielding API
Promise queue with concurrency control
A simple tool to keep requests to be executed in order.
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
The smallest and simplest JavaScript priority queue
Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Compatible version of p-timeout
Timeout a promise after a specified amount of time
A lightweight JavaScript MP4 (MPEG-4, ISOBMFF) file/box parser.
LRU Queue
Promise-based queue
Simple JS queue with auto run for node and browsers
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.
Run set of functions in a queue with some delay
Simple JS queue with auto run for node and browsers
Sequential asynchronous lock-based queue for promises
Get objects only after timeout, sorted by timeout (longest expiration first).
Create a queue to limit async execution in time
Log HTTP request queue time to statsd when the HTTP_X_REQUEST_START is set.
Track jobs processed by queue, longest queue time
heroku queue time logger
RubyGem to give quick access to Theme Park queue times (Alton Towers, Disney World Animal Kingdom, Disney World Epcot, Disney World Hollywood Studios, Disney World Magic Kingdom, Disneyland, Disneyland California Adventure, Disneyland Paris, Seaworld San Antonio, Seaworld San Diego, Seaworld Orlando, Thorpe Park)
Calculate the amount of time a request has been waiting in the queue
Perform superbolt tasks at a later time; timed job queues for the cloud
Add webserver request queueing time to lograge output.
Add request queueing time to lograge output.
New Relic (on Heroku) currently reports queue times as queuing at the router level. The goal of this gem is to provide new relic with the proper queueing time for requests, which takes into account queue time at the dyno level.
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
resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time, the exceeded jobs will be executed at the next period.
Balances queues by allotted time, prevents 1 queue from starving all others.
No description provided.
No description provided.
No description provided.
No description provided.