This repository has been archived by the owner on May 26, 2021. It is now read-only.
forked from resque/resque
-
Notifications
You must be signed in to change notification settings - Fork 1
Plugins
edk edited this page Nov 8, 2014
·
15 revisions
-
rwdaigle / resque-instrumentation
Instrument Resque using lifecycle hooks -
derfred / resque-fanout (gem)
Runtime configurable routing to queues useful for communication between multiple applications -
mashion / resque-queue-lock (gem)
Two or more jobs with the same lock cannot be in the queue at the same time -
quirkey / resque-status (gem)
extension to the resque queue system that provides simple trackable jobs. -
bvandenbos / resque-scheduler (gem)
A light-weight job scheduling system built on top of resque -
zapnap / resque_mailer (gem)
Rails plugin for sending asynchronous email with ActionMailer and Resque -
jrgifford / delayed_paperclip (gem)
Process your Paperclip attachments in the background with delayed_job or Resque. -
scotttam / resque-throttle (gem)
Restrict the frequency in which certain jobs are run -
bartolsthoorn / resque-workers-lock (gem)
Two or more jobs with the same lock cannot be processed simultaneously by multiple workers -
lantins / resque-retry (gem)
Provides retry, delay and exponential backoff support for resque jobs -
lantins / resque-lock-timeout (gem)
Adds locking, with optional timeout/deadlock handling to resque jobs -
justinweiss / resque_unit (gem)
Test::Unit assertions for code that enqueues Resque jobs -
leshill / resque_spec (gem)
RSpec matcher for Resque -
drfeelngood / resque-batched-job (gem)
Resque plugin that understands individual jobs can belong to something bigger than themselves -
thoward / resque-mission (gem)
Resque Missions are multi-step, resumable jobs (completed steps won’t repeat), requires resque-status -
jayniz / resque-loner (gem)
Support for unique jobs in defunkt/resque: Only one job with the same payload per queue -
neighborland / resque_solo (gem)
Unique jobs per queue. Based on resque-loner. For resque > =1.25. -
ono / resque-cleaner (gem)
maintains the cleanliness of failed jobs on Resque -
nevans / resque-pool (gem)
quickly fork a pool resque workers, saving memory (w/REE) and monitoring their uptime -
mpasternacki / resque-pool-dynamic (gem)
A dynamic manager for resque pool -
wireframe / resque-ensure-connected (gem)
verify active record connections are active before performing work -
frausto / resque-remora (gem)
resque plugin that allows you to add information to the payload of each enqueued job and retrieve it when it gets popped of the queue -
frausto / resque-director (gem)
A resque plugin for auto scaling workers -
wr0ngway / resque-dynamic-queues (gem)
A resque plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis -
wr0ngway / resque-queue-priority (gem)
A resque plugin for specifying the priority between queues that workers use to determine what to work on next -
wr0ngway / graylog2-resque (gem)
A resque failure handler that sends failures to the graylog2 log management facility -
nragaz / resque-async-method (gem)
Make Active Record instance methods asynchronous using resque -
joel / resque-async-method-enhanced (gem)
Make Active Record instance methods asynchronous using resque + amazing plugin resque-lock-timeout -
alanpeabody / resque-job-stats (gem)
Job-centric stats for resque -
endel / resque-swapper (gem)
Swapping tool for Resque server on runtime -
sshingler / capistrano-resque (gem)
Capistrano integration for Resque -
elucid / resque-delayed (gem)
Delayed job queueing for Resque -
kmullin / resque-sliders (gem)
A Resque plugin that enables complete control over your running Resque Workers, all from the Resque-Web UI -
aaw / resque-heroku-scaling-canary (gem)
A resque plugin that scales heroku workers for batch jobs -
gip / resque-telework (gem)
A resque plugin aimed at workers management on remote hosts (so that you can start/stop/pause your workers from the UI) -
julienXX / resque-waiting-room (gem)
Resque plugin that throttles your jobs -
coupa / resque-round-robin
resque plugin that modifies workers to pull jobs off queues, round-robin style -
coupa / resque-priority_enqueue
When you’re in a hurry, you can cut to the front of the line -
ilyakatz / resque-history(gem)
Show history of recently executed resque jobs -
wallace / resque-lonely_job (gem)
Ensures that only one job for a given queue will be running on any worker at a given time -
KensoDev / perform_later (gem)
Methods to queue any method in any class or instance with no need for additional Worker class and no extra code -
eclubb / resque-approval (gem)
Allows jobs to be sent to a temporary queue to await approval. Once the job is approved, it is placed on its normal queue. -
ticktricktrack / resque-web_no_act (gem)
A child-proofed version of the Resque web interface that’s safe to use by less trustworthy personnel. -
academicworks / resque-uniqueue (gem)
Unique resque queues using redis 2.6.0 scripting, sets and not much else -
paulnsorensen / lifesaver (gem)
Uses Resque and Tire to asynchronously reindex elasticsearch when ActiveRecord models change -
fphilipe / resque-async_deliver (gem)
Drop-in solution for delivering mails asynchronously:Mailer.async_deliver.some_mail(user)
. -
julienXX / resque-slack (gem)
Post your failed jobs to a Slack channel
-
localshred / resque-remote (gem)
Resque plugin to allow (de)queueing of jobs without having the class loaded -
cristianbica / resque-serial-queues (gem)
Resque plugin to allow declaring serial queues
-
sickill / merb-resque-mailer (gem)
Merb plugin for putting mail delivery jobs onto Resque queue -
bitbckt / resque-lifecycle (gem)
Lifecycle management for Resque jobs -
staugaard / resque-multi-job-forks (gem)
Have your resque workers process more that one job -
defunkt / resque-lock (gem)
Ensure only one instance of your job is running at a time -
flyerhzm / resque-restriction (gem)
resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time -
kdonovan / resque-access_worker_from_job (gem)
Resque plugin allowing jobs to access to their calling worker at runtime (and thus to share sockets) -
idris / resque-progress (gem)
Extension to resque, using resque-meta, which provides status tracking -
iwarshak / resque-batchworker (gem)
A plugin for Resque that forks X children, processes all jobs in the queue and all processes quit when there are no more jobs to complete -
lmarlow / resque-meta (gem)
Add metadata to your jobs -
lmarlow / resque-result (gem)
fetch the result from a job’s perform method -
pezra / resque-multi-step (gem)
Provides multi-step tasks with finalization and progress tracking -
pezra / resque-fairly (gem)
Handle jobs with predictable latency regardless of the queue the jobs are placed in -
ajmurmann / resque-heroku-autoscaler (gem)
Resque plugin to autoscale your workers on Heroku -
jamster / resque-statsd (gem)
Resque Statsd is a Resque plugin that will collect and send data samples from your Resque Jobs to Graphite -
wandenberg / resque-pause (gem)
A Resque plugin to add functionality to pause resque jobs through the web interface -
forward / resque_utils (gem)
Capistrano helper tasks for Resque (requeue & remove failed jobs) -
rykov / resque-delay (gem)
Delayed job queueing for Resque -
samgranieri / resque-jobs-per-fork (gem)
Have your resque workers process more that one job