Project

Reverse Dependencies for rake

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

0.0
No commit activity in last 3 years
No release in over 3 years
Resque plugin that prevents nested inline behavior
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
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
No commit activity in last 3 years
No release in over 3 years
Resque plugin to fail over to ActiveRecord backend for Resque job storage, when Redis is unavailable.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Simple way of invoking methods asynchronously using resque.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
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
No commit activity in last 3 years
No release in over 3 years
add rake task for resque to await DB migration of activerecord
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
No release in over 3 years
Adds methods for working with Batch Jobs
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Allow resque to serialize consumption from queues based on a key.
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
Low commit activity in last 3 years
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
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Allows reporting failures of resque jobs to Amazon CloudWatch
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
resque_cmdline: simple command-line client for resque workers
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
No release in over 3 years
Defining Resque boilerplate since 2013
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Allow execute methods in background without adding new jobs. Like .delay method in DelayedJob
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
ensure active record connections are valid before performing resque background jobs
2021
2022
2023
2024
2025
2026