Resque
Results
8
repositories owned by
Resque
resque
9.4k
Stars
1.7k
Forks
Watchers
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
resque-scheduler
1.7k
Stars
479
Forks
Watchers
A light-weight job scheduling system built on top of Resque
php-resque
211
Stars
75
Forks
Watchers
An implementation of Resque in PHP.
redis-namespace
687
Stars
190
Forks
Watchers
This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
resque-loner
168
Stars
56
Forks
Watchers
Support for unique jobs in Resque: Only one job with the same payload per queue.
resque-heroku-signals
24
Stars
10
Forks
Watchers
Patch resque to be compatible with Heroku process signaling
resque-pool
449
Stars
152
Forks
Watchers
quickly fork a pool resque workers, saving memory (w/REE) and monitoring their uptime.