Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.0
Provides a REST API for backing up live RDS instances to S3 as a compressed SQL file.
2020
2021
2022
2023
2024
2025
0.0
Redcross gem transport events to an event collector
2020
2021
2022
2023
2024
2025
0.0
RedisResqueInitializer.initialize_redis_and_resque( ::Rails.root.to_s, ::Rails.env.to_s )
2020
2021
2022
2023
2024
2025
0.0
resque-alive adds a Kubernetes Liveness probe to a Resque instance.
How?
resque-alive provides a small rack application which
exposes HTTP endpoint to return the "Aliveness" of the Resque
instance. Aliveness is determined by the presence of an
auto-expiring key. resque-alive schedules a "heart...
2020
2021
2022
2023
2024
2025
0.0
Shows Resque jobs key performance indciators over time
2020
2021
2022
2023
2024
2025
0.0
Provides Resque with functionality to asynchronously process any method. This can help clean up the default Resque code that is requred to process your methods.
2020
2021
2022
2023
2024
2025
0.0
Resque plugin that prevents nested inline behavior
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
Keeps a list of jobs which require approval to run.
2020
2021
2022
2023
2024
2025
0.0
Resque plugin to fail over to ActiveRecord backend for Resque job storage, when Redis is unavailable.
2020
2021
2022
2023
2024
2025
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