an opinionated implementation of resque in node
Pause a stream's data events
a ThroughStream that strictly buffers all readable events when paused.
Connect/Express middleware to simulate latency for debugging
tsParticles pause external interaction
qjobs is a simple and stupid queue job manager for nodejs
Escape carriage return the right way.
Resque Queue for AdonisJS v6
Make your terminal beep
TypeScript definitions for pause
Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.
Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.
A resque administration website for actionhero
Local GitHub Actions runner — pause on failure, ~0ms cache, official runner binary. Built for AI coding agents.
a through pull-stream that can be turned on and off like a tap.
an implementation of resquebus in node
Exposes node v8 garbage collection stats
**Distributed delayed jobs in nodejs**. Resque is a background job system backed by [Redis](http://redis.io) (version 2.6.0 and up required). It includes priority queues, plugins, locking, delayed jobs, and more! This project is a very opinionated but API
Redis and Resque admin dashboard plugin for Keryx
Runtime SDK injected into sandbox for Agent Tool Protocol
Coffeescript/Node.js port of Resque
Shared pause utility for Vyriy projects
Executor plugin for Screwdriver using Resque
A custom monitor for replaying Redux actions that works similarly to a video player
A Resque plugin to add functionality to pause resque jobs through the web interface. Using a `pause` allows you to stop the job for a slice of time. The job finish the process it are doing and don't get a new task to do, until the queue is released. You can use this functionality to do some maintenance whithout kill workers, for example.
A Resque plugin which allows you to create dedicated queues for jobs that use rate limited apis. These queues will pause when one of the jobs hits a rate limit, and unpause after a suitable time period. The rate_limited_queue can be used directly, and just requires catching the rate limit exception and pausing the queue. There are also additional queues provided that already include the pause/rety logic for twitter, angelist and evernote; these allow you to support rate limited apis with minimal changes.
A Resque plugin which allows you to create dedicated queues for jobs that use rate-limited APIs. These queues will pause when one of the jobs hits a rate limit, and unpause after a suitable time period. The rate-limited queue can be used directly, and just requires catching the rate limit exception and pausing the queue. There are also additional queues provided that already include the pause/retry logic for Twitter, AngelList and Evernote; these allow you to support rate-limited APIs with minimal changes.