Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.0
Collection of resque plugins that individually provide specific assurances about how resque workers will behave.
2020
2021
2022
2023
2024
2025
0.0
Simple way of invoking methods asynchronously using resque.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
add rake task for resque to await DB migration of activerecord
2020
2021
2022
2023
2024
2025
0.0
Balances queues by allotted time, prevents 1 queue from starving all others.
2020
2021
2022
2023
2024
2025
0.0
Adds methods for working with Batch Jobs
2020
2021
2022
2023
2024
2025
0.0
Allows resque jobs to be run in batches with aggregate logging, timing and statistics
2020
2021
2022
2023
2024
2025
0.0
Allow resque to serialize consumption from queues based on a key.
2020
2021
2022
2023
2024
2025
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
2020
2021
2022
2023
2024
2025
0.0
Show queued Resque job statistics by job class
2020
2021
2022
2023
2024
2025
0.0
Resque command line tool
2020
2021
2022
2023
2024
2025
0.0
Send Resque.info to CloudWatch Metrics
2020
2021
2022
2023
2024
2025
0.0
Allows reporting failures of resque jobs to Amazon CloudWatch
2020
2021
2022
2023
2024
2025
0.0
Sends exceptions to coalmineapp.com
2020
2021
2022
2023
2024
2025
0.0
A handler for Resque's failure backend that will send exceptions through to crashlog.io. Uses your existing CrashLog setup.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
Defining Resque boilerplate since 2013
2020
2021
2022
2023
2024
2025
0.0
Allow execute methods in background without adding new jobs. Like .delay method in DelayedJob
2020
2021
2022
2023
2024
2025
0.0
Enable send_later support for Resque. Includes support for mongoid backends. Based on the
original resque-delay gem by Michael Ryko.
2020
2021
2022
2023
2024
2025
0.0
With ResqueDelivery, you can send ActionMailer messages asynchronously with Resque.
2020
2021
2022
2023
2024
2025