Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.0
Resque plugin to fail over to ActiveRecord backend for Resque job storage, when Redis is unavailable.
2019
2020
2021
2022
2023
2024
0.0
Collection of resque plugins that individually provide specific assurances about how resque workers will behave.
2019
2020
2021
2022
2023
2024
0.0
Simple way of invoking methods asynchronously using resque.
2019
2020
2021
2022
2023
2024
0.0
Moves method asynchronously in a simple and not degraded manner. Resque plugin resque-lock-timeout
allows one to avoid more work concurentiel. Simple to set up and implement this plug in is pretty amazing.
2019
2020
2021
2022
2023
2024
0.0
add rake task for resque to await DB migration of activerecord
2019
2020
2021
2022
2023
2024
0.0
Balances queues by allotted time, prevents 1 queue from starving all others.
2019
2020
2021
2022
2023
2024
0.0
Adds methods for working with Batch Jobs
2019
2020
2021
2022
2023
2024
0.0
Allows resque jobs to be run in batches with aggregate logging, timing and statistics
2019
2020
2021
2022
2023
2024
0.0
Allow resque to serialize consumption from queues based on a key.
2019
2020
2021
2022
2023
2024
0.0
Allows you to requeue jobs to another queue
This is useful in my situations :
- A large amount of jobs are queued in the critical queue, blocking the main queue for Several hours.
Select jobs based on criteria and requeue them to the low queue
2019
2020
2021
2022
2023
2024
0.0
Show queued Resque job statistics by job class
2019
2020
2021
2022
2023
2024
0.0
Resque command line tool
2019
2020
2021
2022
2023
2024
0.0
Send Resque.info to CloudWatch Metrics
2019
2020
2021
2022
2023
2024
0.0
Allows reporting failures of resque jobs to Amazon CloudWatch
2019
2020
2021
2022
2023
2024
0.0
Sends exceptions to coalmineapp.com
2019
2020
2021
2022
2023
2024
0.0
A handler for Resque's failure backend that will send exceptions through to crashlog.io. Uses your existing CrashLog setup.
2019
2020
2021
2022
2023
2024
0.0
A Resque plugin. Allows you to use Redis to queue up and then Resque to process transactions
on transaction-heavy tables that need to be replicated on other tables optimized for
reporting.
2019
2020
2021
2022
2023
2024
0.0
Defining Resque boilerplate since 2013
2019
2020
2021
2022
2023
2024
0.0
Allow execute methods in background without adding new jobs. Like .delay method in DelayedJob
2019
2020
2021
2022
2023
2024
0.0
Enable send_later support for Resque. Includes support for mongoid backends. Based on the
original resque-delay gem by Michael Ryko.
2019
2020
2021
2022
2023
2024