Project
Reverse Dependencies for bundler
The projects listed here declare bundler as a runtime or development dependency
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
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
A management tool for resque workers. Allows spinning up and managing resque workers across multiple machines sharing the same Redis server
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
Allow execute methods in background without adding new jobs. Like .delay method in DelayedJob
2021
2022
2023
2024
2025
2026
0.0
Run class methods or methods on activerecord, mongomapper objects later through resque
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
Implements a federated fifo queue with consistent hashing on top of resque
2021
2022
2023
2024
2025
2026
0.0
Launch Resque workers from config via God. Worker`s settings are stored in the config file.
2021
2022
2023
2024
2025
2026
0.0
Resque helpers to query all the resques
2021
2022
2023
2024
2025
2026
0.0
For use with the Hijacker plugin for multiple databases.
2021
2022
2023
2024
2025
2026
0.0
Simple resque plugin for tracking job metrics with Honeycomb.io
2021
2022
2023
2024
2025
2026
0.0
Very simple resque statistic.
2021
2022
2023
2024
2025
2026
0.0
Resque Info
2021
2022
2023
2024
2025
2026
0.0
To manage complexe background job processes, this gem simplify the task of creating sequences of Resque jobs by putting them into a tree.
2021
2022
2023
2024
2025
2026
0.0
Measure duration of a resque job and log it in the logstash
2021
2022
2023
2024
2025
2026
0.0
Provides a way of keeping track of batches of jobs, completion status, start time etc. using a MongoDb collection
2021
2022
2023
2024
2025
2026
0.0
A gem that includes some monitorings to resque and plugins
2021
2022
2023
2024
2025
2026