enqueue tasks to resque from node
an opinionated implementation of resque in node
Resque Queue for AdonisJS v6
Task and Message Queues with Multiple Providers
Tiny queue data structure
queue up function calls
Coffeescript/Node.js port of Resque
 
A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.
enqueue tasks to ActiveJob resque from node
Resque Queue for AdonisJS v6
Extremely fast double-ended queue implementation
Resque support for sails.js v1.0
Forge SQL sdk
A resque administration website for actionhero
A queue that is dequeued by forked processes
an implementation of resquebus in node
binary heap priority queue
**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
A reliable job queue with deduplication, request/response support, and pluggable storage
Redis and Resque admin dashboard plugin for Keryx
Queue System Treats Tasks Fairly.
Executor plugin for Screwdriver using Resque
Node resque.
Resque plugin that adds simple logging after enqueueing a job.
Resque plugin to log info whenever a job is enqueued. Example: Enqueued SortUserJob to "low": user_id=1, options={"force"=>true}
Validates the number of job arguments when queueing a job with Resque
A Resque plugin. Adds locking, with optional timeout/deadlock handling to resque jobs. Using a `lock_timeout` allows you to re-aquire the lock should your worker fail, crash, or is otherwise unable to relase the lock. i.e. Your server unexpectedly looses power. Very handy for jobs that are recurring or may be retried.
Resque enqueue plugin
A resque plugin that ensures job uniqueness at enqueue time.
Enqueues Airbrake notifications in Resque.
Generates a UUID for Resque jobs as they are enqueued
With this gem you will be able to enqueue your emails on your Resque workers to avoid making your user wait for the email to be send when he causes an email sending action in your application. Using resque_action_mailer_backend makes email sending a breeze as you will be able to use Resque to retry failed emails, easily deliver all those marketing emails to your clients and without changing anything at your email sending code. Just tell your application to use :resque for sending emails and you're done, no need to add yet another tool just for delivering your emails if you're already using Resque for your asynchronous processing.
If you are using ActiveJob with the Resque Adapter, this gem will prevent jobs, based on arguments, from being enqueued to Resque as long as a duplicate is already in queue or executing on a worker.
Resque-ex enqueue plugin
Remotely enqueueing and dequeueing jobs across Redis namespaces should be simpler. BJ Neilsen laid a solid foundation for this gem, which is forked off of his gem resque-remote. That said, these two gems provide a different set of methods for remote enqueueing and dequeueing. If all you need is remote enqueueing within the same namespace, use resque-remote.