an opinionated implementation of resque in node
Methodize a prototype method. Compliant to 8 arguments.
Resque Queue for AdonisJS v6
A resque administration website for actionhero
**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
an implementation of resquebus in node
Coffeescript/Node.js port of Resque
Executor plugin for Screwdriver using Resque
Node resque.
an opinionated implementation of resque in node
Ummon is a Node.js application for queuing, running, and monitoring tasks
Resque support for sails.js v1.0
Haraka plugin that act as a queue and perform REST post to a remote url
Creates queue worker(s)
Redis and Resque admin dashboard plugin for Keryx
Resque Queue for AdonisJS v6
extract node-resque data
A resque worker implementation that unzips the ZIP artifacts.
an implementation of queuebus in node
[](https://www.npmjs.com/package/blezer) [](https://www.npmjs.com/package/blezer)
Resque Queue for AdonisJS (fork with AdonisJS v7 support)
recursively transform key strings to camel-case
This library is using [actionhero/node-resque: Node.js Background jobs backed by redis. (github.com)](https://github.com/actionhero/node-resque) package and is used to have more control over the cron jobs across all microservices
Makes a function behaves as a method.
Resque-Methodize is a plugin for the Resque job library that allows easy triggering of individual methods on a job class.
Configure resque-unique_in_queue and resque-unique_at_runtime uniqueness by arity of perform method, with automated cleanup tools
Very simple resque statistic.
Allows inline queueing of model methods to Resque, e.g. MyModel.delay.some_method, or some_instance.delay(:queue => :bigjobs).another_method
Make Active Record instance methods asynchronous using resque.
Simple way of invoking methods asynchronously using resque.
Run class methods or methods on activerecord, mongomapper objects later through resque
Call any ActiveRecord instance method as though it was a Resque job
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.
Provides Resque with functionality to asynchronously process any method. This can help clean up the default Resque code that is requred to process your methods.
A resque plugin which logs the time it takes a job's perform method to run.
Light weight job scheduling on top of Resque. Adds methods enqueue_at/enqueue_in to schedule jobs in the future. Also supports queueing jobs on a fixed, cron-like schedule.