an opinionated implementation of resque in node
Delay a promise a specified amount of time
An efficient queue capable of managing thousands of concurrent animations.
HTTP server mocking and expectations library for Node.js
Create a deferred promise
A Tailwind CSS plugin for creating beautiful animations.
A utility that allows retrying a function with an exponential delay between attempts.
Some useful utilities I often need
Timers extensions
WebDriver Proxy for testing rich clients. It block certain calls until Angular is done updating the page under test.
Smart spinner helper for React, to manage the duration of loading states.
Tailwind CSS plugin, add animation-delay CSS property.
Resque Queue for AdonisJS v6
timers module for browserify
Exit your process, gracefully (if possible)
Delay function calls until a set time elapses after the last invocation
a simple debounce with no dependencies or crazy defaults
Polyfill for perf_hooks.monitorEventLoopDelay(...)
Axios plugin that intercepts failed requests and retries them whenever posible.
an implementation of resquebus in node
TypeScript definitions for await-timeout
Delay a promise a specified amount of time
Delay execution for a given duration
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Enable send_later support for Resque
Allow execute methods in background without adding new jobs. Like .delay method in DelayedJob
Enable send_later support for Resque. Includes support for mongoid backends. Based on the original resque-delay gem by Michael Ryko.
Enqueue jobs that will only appear for processing after a specified delay or at a particular time in the future
resque-retry provides retry, delay and exponential backoff support for resque jobs. Features: * Redis backed retry count/limit. * Retry on all or specific exceptions. * Exponential backoff (varying the delay between retrys). * Multiple failure backend with retry suppression & resque-web tab. * Small & Extendable - plenty of places to override retry logic/settings.
resque-retry provides retry, delay and exponential backoff support for resque jobs. Features: * Redis backed retry count/limit. * Retry on all or specific exceptions. * Exponential backoff (varying the delay between retrys). * Multiple failure backend with retry suppression & resque-web tab. * Small & Extendable - plenty of places to override retry logic/settings.
Gem design to wrap Delayed Job nicety syntax under Resque
resque-retry provides retry, delay and exponential backoff support for resque jobs. Features: * Redis backed retry count/limit. * Retry on all or specific exceptions. * Exponential backoff (varying the delay between retrys). * Small & Extendable - plenty of places to override retry logic/settings.
HireFire automatically "hires" and "fires" (aka "scales") Delayed Job and Resque workers on Heroku. When there are no queue jobs, HireFire will fire (shut down) all workers. If there are queued jobs, then it'll hire (spin up) workers. The amount of workers that get hired depends on the amount of queued jobs (the ratio can be configured by you). HireFire is great for both high, mid and low traffic applications. It can save you a lot of money by only hiring workers when there are pending jobs, and then firing them again once all the jobs have been processed. It's also capable to dramatically reducing processing time by automatically hiring more workers when the queue size increases.
Extension to the audited gem to deferred writing of audits via Resque, Delayed Job, or Sidekiq
HireFire automatically "hires" and "fires" (aka "scales") Delayed Job and Resque workers on Heroku. When there are no queue jobs, HireFire will fire (shut down) all workers. If there are queued jobs, then it'll hire (spin up) workers. The amount of workers that get hired depends on the amount of queued jobs (the ratio can be configured by you). HireFire is great for both high, mid and low traffic applications. It can save you a lot of money by only hiring workers when there are pending jobs, and then firing them again once all the jobs have been processed. It's also capable to dramatically reducing processing time by automatically hiring more workers when the queue size increases.
An extension to Resque that makes it act more like Delayed::Job
No description provided.
No description provided.
No description provided.