Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.0
Rake tasks and such for Resque
2020
2021
2022
2023
2024
2025
0.0
Super fast evented daemon to process resque jobs, some built in job metrics too, just cause your app might not be on 1.9.1, your bot might be able to
2020
2021
2022
2023
2024
2025
0.0
Adds ratchetio as a resque failure backend
2020
2021
2022
2023
2024
2025
0.0
A Resque plugin which allows you to create dedicated queues for jobs that use rate-limited APIs. These queues will pause when one of the jobs hits a rate limit, and unpause after a suitable time period. The rate-limited queue can be used directly, and just requires catching the rate limit excepti...
2020
2021
2022
2023
2024
2025
0.0
The plugin is designed for sequential running of different jobs in the same queue across multiple queues. Specifically meant for running a variety of long-running background tasks scheduled ahead of time using something like reque-scheduler. May not be suitable for large scale operations.
2020
2021
2022
2023
2024
2025
0.0
Allowing Resque to handle queues accross multiple Redis instances
2020
2021
2022
2023
2024
2025
0.0
Remotely enqueueing and dequeueing jobs across Redis namespaces should
be simpler. BJ Neilsen laid a solid foundation for this gem, which is
forked off of his gem resque-remote. That said, these two gems provide a
different set of methods for remote enqueueing and dequeueing.
...
2020
2021
2022
2023
2024
2025
0.0
Usually Resque workers work on queues in the given order (if there is something in the first, work it, otherwise if the there is something in the second, work on it, and so on). This plugin randomizes the order of the queues based on weights, so that a given queue will be the first queue to try b...
2020
2021
2022
2023
2024
2025
0.0
A Resque plugin. Implements an approximation of DelayedJob's send_later on resque. Has a little more ease-of-use and features than the example provided with Resque.
2020
2021
2022
2023
2024
2025
0.0
Adds support for serializable arguments in a Resque job. Serializable arguments can be passed to a Resque job via a Hash containing a :serialize key. If such arguments are found, they will be deserialized before calling the job's perform method
2020
2021
2022
2023
2024
2025
0.0
Ensures that only one Resque job with unique arguments is running at a time.
2020
2021
2022
2023
2024
2025
0.0
Declare resque queues serial and jobs in that queue will be run in serial mode
2020
2021
2022
2023
2024
2025
0.0
Integration of resque with resque-progress and resque-lock
2020
2021
2022
2023
2024
2025
0.0
Sliding Window unique-job workflow for Resque jobs
2020
2021
2022
2023
2024
2025
0.0
A Resque failure backend for http://squash.io
2020
2021
2022
2023
2024
2025
0.0
A Resque gem for executing batches of jobs in stages. All jobs in a stage must complete before any job in the next stage is started allowing you to be sure that jobs are not executed out of sequence.
2020
2021
2022
2023
2024
2025
0.0
This will stagger your resque jobs over a configurable duration rather then enqueueing them all together
2020
2021
2022
2023
2024
2025
0.0
Start and manage multiple resque workers.
2020
2021
2022
2023
2024
2025
0.0
resque-state is an extension to the resque queue system that provides simple trackable jobs. It provides a Resque::Plugins::State::Hash class which can set/get the statuses of jobs and a Resque::Plugins::State class that, when included, provides easily trackable/killable/pausable jobs.
2020
2021
2022
2023
2024
2025
0.0
If you want to graph the workload created by your different Resque jobs, extend them with this plugin and use the data generated to know exactly the amount of jobs executed.
2020
2021
2022
2023
2024
2025