an opinionated implementation of resque in node
Timers extensions
Create an AbortSignal that aborts after a delay
Timeout a promise after a specified amount of time
Missing keepalive http.Agent
Make a synchronous function have a timeout
Microsoft Azure SDK for JavaScript - Aborter
Request timeout middleware for Connect/Express
See our api docs https://serialport.io/docs/api-parser-inter-byte-timeout
AbortController for Node based on EventEmitter
Resque Queue for AdonisJS v6
Reschedulable Timer for your node needs
Run multiple promise-returning & async functions with limited concurrency using native ES9
React hook for setTimeout
Compatible version of p-timeout
Make a regular expression time out if it takes too long to execute
A simple tool to keep requests to be executed in order.
TypeScript definitions for promise-timeout
A setTimeout() function that uses requestAnimationFrame() in the background for ticks
Abort requests that take longer than a specified timeout period
Easily handle defaults for your options
A Promise-based API for setTimeout / clearTimeout
Wait for a condition to be true
Interact with Xcode
Resque plugin allowing long-running jobs to automatically fail after a specified time.
A Resque plugin. Adds locking, with optional timeout/deadlock handling to resque jobs. Using a `lock_timeout` allows you to re-acquire the lock should your worker fail, crash, or is otherwise unable to relase the lock. i.e. Your server unexpectedly looses power. Very handy for jobs that are recurring or may be retried.
Resque plugin allowing long-running jobs to automatically fail after a specified time.
A Resque plugin. If you want set worker timeout, extend it with this module. For example: class TransferFileWorker extend Resque::Plugins::WorkerTimeout # 10 minutes (default 10 minutes) @timeout = 600 # reenqueue worker if timeout happend (default false) @reenqueue_worker = true def self.perform(file_name) # transfer file end end
A Resque plugin. Adds locking, with optional timeout/deadlock handling to resque jobs. Using a `lock_timeout` allows you to re-aquire the lock should your worker fail, crash, or is otherwise unable to relase the lock. i.e. Your server unexpectedly looses power. Very handy for jobs that are recurring or may be retried.
Forf of resque-lock-timeout that checks a saved process id to make sure the process is still running
Increment ActiveRecord's counter cache column asynchronously using Resque (and resque-lock-timeout).
this is just a version of resque-pool that doesn't break when you specify resque's timeout
Moves method asynchronously in a simple and not degraded manner. Resque plugin resque-lock-timeout allows one to avoid more work concurentiel. Simple to set up and implement this plug in is pretty amazing.