Project

Reverse Dependencies for resque

The projects listed here declare resque as a runtime or development dependency

0.0
No commit activity in last 3 years
No release in over 3 years
With ResqueDelivery, you can send ActionMailer messages asynchronously with Resque.
2019
2020
2021
2022
2023
2024
0.0
Low commit activity in last 3 years
No release in over a year
This is a Resque plugin that allows us to disable jobs from being processed, by using the job class name and arguments. It uses some Redis data structures to keep a record of what jobs need to be disabled and how many jobs were disabled for that rule.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Resque allows a single queue to have multiple jobs of the same time. This is because it uses a redis list, which does not have the concept of a unique entry. Sometimes, however, a particular value is only needed if it isn't already on the queue.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
resque_empty_queue is an extension to the Resque queue system runs a job after a queue has been emptied.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
A Resque plugin. Adds locking, with optional timeout/deadlock handling to resque jobs. Using a `lock_timeout` allows you to re-aquire the lock should your worker fail, crash, or is otherwise unable to relase the lock. i.e. Your server unexpectedly looses power. Very handy for jobs tha...
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Resque plugin to log info whenever a job is enqueued. Example: Enqueued SortUserJob to "low": user_id=1, options={"force"=>true}
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
ensure active record connections are valid before performing resque background jobs
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
A resque plugin that adds retry/exponential backoff functionality to your resque jobs. Simply extend your module/class with this module: require 'resque-exponential-backoff' class DeliverWebHook extend Resque::Plugins::ExponentialBackoff def self.perform(url, hook_id, ...
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
An extension to Resque that makes it act more like Delayed::Job
2019
2020
2021
2022
2023
2024
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Gem that sends mail in case of resque job failure. Extend to customize email summary, payload, exception.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Resque will fail to enqueue your job if redis is unavailable. Resque-fallback-inline ensures that the job will be run inline if that happens.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Implements a federated fifo queue with consistent hashing on top of resque
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
A resque plugin that allows jobs to execute only if a filter is true, re-queueing otherwise. For example, one can author jobs that are filter-aware so that they can be scheduled with resque-scheduler to run on specific hosts.
2019
2020
2021
2022
2023
2024
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Resque plugin that allows querying future jobs for it's result, for example: job = Resque.enqueue_future(MixerWorker, "yeah") # store job.uuid somewhere # Later on job = Resque.get_future_job(uuid) job.ready? job.result job.finished_at
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Launch Resque workers from config via God. Worker`s settings are stored in the config file.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
This gem provides autoscaling for Resque workers on Heroku.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
For use with the Hijacker plugin for multiple databases.
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
Provides a Resque failure backend that sends exceptions raised by jobs to the Honeybadger service.
2019
2020
2021
2022
2023
2024