an opinionated implementation of resque in node
Frontegg Javascript Library for backend node servers
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
A collection of plugins
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 sure that for special jobs, there can be only one job with the same workload in one queue. Example: class CacheSweeper include Resque::Plugins::UniqueJob @queue = :cache_sweeps def self.perform(article_id) # Cache Me If You Can... end end
Makes sure that for special jobs, there can be only one job with the same workload in one queue. Example: class CacheSweeper include Resque::Plugins::UniqueJob @queue = :cache_sweeps def self.perform(article_id) # Cache Me If You Can... end end
Makes sure that for special jobs, there can be only one job with the same workload in one queue. Example: class CacheSweeper include Resque::Plugins::UniqueJob @queue = :cache_sweeps def self.perform(article_id) # Cache Me If You Can... end end
Increment ActiveRecord's counter cache column asynchronously using Resque (and resque-loner).