Project
Reverse Dependencies for rake
The projects listed here declare rake as a runtime or development dependency
0.0
Resque plugin that prevents nested inline behavior
2021
2022
2023
2024
2025
2026
0.0
A Resque plugin allowing jobs to be sent to a temporary
queue to await approval. Once the job is approved, it
is placed on its normal queue.
2021
2022
2023
2024
2025
2026
0.0
Resque plugin to fail over to ActiveRecord backend for Resque job storage, when Redis is unavailable.
2021
2022
2023
2024
2025
2026
0.0
Simple way of invoking methods asynchronously using resque.
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
add rake task for resque to await DB migration of activerecord
2021
2022
2023
2024
2025
2026
0.0
Adds methods for working with Batch Jobs
2021
2022
2023
2024
2025
2026
0.0
Allow resque to serialize consumption from queues based on a key.
2021
2022
2023
2024
2025
2026
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
2021
2022
2023
2024
2025
2026
0.0
Show queued Resque job statistics by job class
2021
2022
2023
2024
2025
2026
0.0
Resque command line tool
2021
2022
2023
2024
2025
2026
0.0
Send Resque.info to CloudWatch Metrics
2021
2022
2023
2024
2025
2026
0.0
Allows reporting failures of resque jobs to Amazon CloudWatch
2021
2022
2023
2024
2025
2026
0.0
resque_cmdline: simple command-line client for resque workers
2021
2022
2023
2024
2025
2026
0.0
Compress resque job payloads!
2021
2022
2023
2024
2025
2026
0.0
Defining Resque boilerplate since 2013
2021
2022
2023
2024
2025
2026
0.0
Allow execute methods in background without adding new jobs. Like .delay method in DelayedJob
2021
2022
2023
2024
2025
2026
0.0
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.
2021
2022
2023
2024
2025
2026
0.0
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...
2021
2022
2023
2024
2025
2026
0.0
ensure active record connections are valid before performing resque background jobs
2021
2022
2023
2024
2025
2026