an opinionated implementation of resque in node
Resque Queue for AdonisJS v6
Redis and Resque admin dashboard plugin for Keryx
A resque administration website for actionhero
Array manipulation, ordering, searching, summarizing, etc.
Web Streams, based on the WHATWG spec reference implementation
Node resque.
AWS credential provider that calls STS assumeRole for temporary AWS credentials
an implementation of resquebus in node
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
**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
Stringify JS values
Coffeescript/Node.js port of Resque
Implements the WebIDL algorithms for converting to and from JavaScript values
Ummon is a Node.js application for queuing, running, and monitoring tasks
Executor plugin for Screwdriver using Resque
Provides functions for detecting if the host environment supports the WebCrypto API
Easily measure performance metrics in JavaScript
AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native
Map of web namespaces
Converts a Web-API readable-stream into a Node.js readable-stream.
A shim for the setImmediate efficient script yielding API
OpenTelemetry Collector Trace Exporter allows user to send collected traces to the OpenTelemetry Collector
A native "Headers" class polyfill.
A Rails-based frontend to the Resque job queue system.
Use this if you want to move to the new Resque Web plugin architecture for Resque Scheduler via theresque-web gem, rather than the Sinatra-based approach that is bundled with Resque 1.x
A Rails-based frontend to the Resque job queue system.
A Rails-based frontend to the Resque job queue system.
A Rails-based frontend to the Resque job queue system.
A stripped version of the Resque web interface that's safe to use by not so trustworthy personnel. You get all the same information as the regular interface, but can't delete or retry anything.
resque-status comes bundled with the ui for the sinatra based web interface. This gem is a direct extraction of that ui then converted to a Rails Engine as a plugin for resque-web.
A Rails-based frontend to the Resque job queue system.
Web interface for delayed_job inspired by resque
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-based web poller
Resque-Sliders is a plugin for Resque that enables you to control multiple hosts' running resque workers with a monitor PID watching over them. From the resque-web UI, you can add/delete/change which queues are running on each host running the monitor PID. Sliders are in the UI and allow you to adjust how many workers on either host should be running.