resque (a redis-backed work queue) for node
an opinionated implementation of resque in node
Resque Queue for AdonisJS v6
Coffeescript/Node.js port of Resque
Node resque.
A resque administration website for actionhero
Resque support for sails.js v1.0
Redis and Resque admin dashboard plugin for Keryx
Executor plugin for Screwdriver using Resque
extract node-resque data
Resque Queue for AdonisJS v6
Fetches interesting resque stats
an opinionated implementation of resque in node
Resque support for sails.js
enqueue tasks to resque from node
Adds some retry options to coffee-resque. Concept lifted from Ruby's resque-retry
Resque Queue for AdonisJS (fork with AdonisJS v7 support)
Push resque stats to a dash dashboard.
Coffeescript/Node.js port of Resque
An implementation of resque based message bus.
Super low performance Redis Cluster proxy for Resque
**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 resque worker implementation that unzips the ZIP artifacts.
rust resque clone
Background jobs for Rust
Sidekiq compatible server in Rust
On hold for upcoming scheduling project.
Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.
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.
resque-retry provides retry, delay and exponential backoff support for resque jobs. Features: * Redis backed retry count/limit. * Retry on all or specific exceptions. * Exponential backoff (varying the delay between retrys). * Multiple failure backend with retry suppression & resque-web tab. * Small & Extendable - plenty of places to override retry logic/settings.
RSpec matchers for Resque
resque-cleaner maintains the cleanliness of failed jobs on Resque.
quickly and easily fork a pool of resque workers, saving memory (w/REE) and monitoring their uptime
resque-status is an extension to the resque queue system that provides simple trackable jobs. It provides a Resque::Plugins::Status::Hash class which can set/get the statuses of jobs and a Resque::Plugins::Status class that when included provides easily trackable/killable jobs.
Rails plugin for sending asynchronous email with ActionMailer and Resque.
A Rails-based frontend to the Resque job queue system.
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
A failure backend for Resque that sends events to Sentry
Resque plugin to add unique jobs
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.