Resque
Pinned Loading
Repositories
Showing 10 of 12 repositories
- resque-unique_at_runtime Public Forked from wallace/resque-lonely_job
A resque plugin that ensures that only one job for a given queue will be running on any worker at a given time.
- redis-namespace Public
This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
- resque-pool Public
quickly fork a pool resque workers, saving memory (w/REE) and monitoring their uptime.
- resque-unique_by_arity Public
Magic hacks which allow fine tuning of job uniqueness (arity, queue-time and run-time)
- resque-loner Public
Support for unique jobs in Resque: Only one job with the same payload per queue.