Pinned Repositories
php-resque
An implementation of Resque in PHP.
redis-namespace
This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
resque
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
resque-heroku-signals
Patch resque to be compatible with Heroku process signaling
resque-loner
Support for unique jobs in Resque: Only one job with the same payload per queue.
resque-pool
quickly fork a pool resque workers, saving memory (w/REE) and monitoring their uptime.
resque-scheduler
A light-weight job scheduling system built on top of Resque
resque-unique_at_runtime
A resque plugin that ensures that only one job for a given queue will be running on any worker at a given time.
resque-unique_by_arity
Magic hacks which allow fine tuning of job uniqueness (arity, queue-time and run-time)
resque-web
a Rails-based web interface to Resque
Resque's Repositories
resque/resque
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
resque/resque-scheduler
A light-weight job scheduling system built on top of Resque
resque/redis-namespace
This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
resque/resque-pool
quickly fork a pool resque workers, saving memory (w/REE) and monitoring their uptime.
resque/resque-web
a Rails-based web interface to Resque
resque/php-resque
An implementation of Resque in PHP.
resque/resque-loner
Support for unique jobs in Resque: Only one job with the same payload per queue.
resque/resque-heroku-signals
Patch resque to be compatible with Heroku process signaling
resque/resque-unique_by_arity
Magic hacks which allow fine tuning of job uniqueness (arity, queue-time and run-time)
resque/resque-unique_at_runtime
A resque plugin that ensures that only one job for a given queue will be running on any worker at a given time.
resque/resque-unique_in_queue
resque plugin to add unique jobs
resque/resque.github.io
The website for Resque.