Resque (resque)

Resque

resque

Geek Repo

Github PK Tool:Github PK Tool

Resque's repositories

resque

Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.

Language:RubyLicense:MITStargazers:9388Issues:256Issues:899

resque-scheduler

A light-weight job scheduling system built on top of Resque

Language:RubyLicense:MITStargazers:1731Issues:31Issues:335

redis-namespace

This gem adds a Redis::Namespace class which can be used to namespace Redis keys.

Language:RubyLicense:MITStargazers:690Issues:26Issues:84

resque-pool

quickly fork a pool resque workers, saving memory (w/REE) and monitoring their uptime.

Language:RubyLicense:MITStargazers:451Issues:8Issues:114

resque-web

a Rails-based web interface to Resque

php-resque

An implementation of Resque in PHP.

Language:PHPLicense:MITStargazers:211Issues:22Issues:45

resque-loner

Support for unique jobs in Resque: Only one job with the same payload per queue.

Language:RubyLicense:MITStargazers:167Issues:11Issues:31

resque-heroku-signals

Patch resque to be compatible with Heroku process signaling

Language:RubyLicense:MITStargazers:24Issues:10Issues:3

resque-unique_by_arity

Magic hacks which allow fine tuning of job uniqueness (arity, queue-time and run-time)

Language:RubyLicense:MITStargazers:4Issues:5Issues:3

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.

Language:RubyLicense:MITStargazers:3Issues:4Issues:0

resque-unique_in_queue

resque plugin to add unique jobs

Language:RubyLicense:MITStargazers:2Issues:0Issues:0

resque.github.io

The website for Resque.