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.
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.
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
Delay a promise a minimum amount of time
Process (async)iterable values as functions with concurrency control
Lightweight dependency injection container for JavaScript/TypeScript
Extracted from Sidekiq 6.0, compatible with Sidekiq 7.0
Wouldn't be nice if you could directly queue your model method calls to Sidekiq? With Sidekiq::Delaty you can!
Restricts Sidekiq delay workers to only accept 'simple' arguments.
Sidekiq middleware that allows for immediate control over job processing in Sidekiq, providing tools to skip, delay, or modify job executions directly from the console, ideal for handling job failures or system stress without needing deployment.
Sidekiq delayed extension
Like the .delay method without YAML serialization.
Extension to the audited gem to deferred writing of audits via Resque, Delayed Job, or Sidekiq
Offload CarrierWave's image processing and storage to a background process using Delayed Job, Resque, Sidekiq, Qu, Queue Classic or Girl Friday
Run any rake tasks as a sidekiq by adding delay: in front of the rake task e.g. rake delay:db:seed'
With carrierwave-delay you can offload version processing of your Carrierwave uploaders to Sidekiq and ActiveJob instances.
Sidekiq::Debounce provides a way to rate-limit creation of Sidekiq jobs. When you create a job on a Worker with debounce enabled, Sidekiq::Debounce will delay the job until the debounce period has elapsed with no additional debounce calls. If you make another job with the same arguments before the specified time has elapsed, the timer is reset and the entire period must pass again before the job is executed.
Delay extensions for Sidekiq 7+
No description provided.
No description provided.
No description provided.