Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.0
Resque plugin that pushes the job statistics to statsd
2020
2021
2022
2023
2024
2025
0.0
Swapping tool for Resque server on runtime.
2020
2021
2022
2023
2024
2025
0.0
Adds an arbitrary tab to resque-web which goes wherever you want
2020
2021
2022
2023
2024
2025
0.0
Helper for listing and viewing resque tasks at their various stages
2020
2021
2022
2023
2024
2025
0.0
This resque plugin enables you to customize the views.
2020
2021
2022
2023
2024
2025
0.0
resque-timeframe is an extension to resque queue system that allow the execution at configured time.
2020
2021
2022
2023
2024
2025
0.0
Set time limits on Resque jobs per Job class.
2020
2021
2022
2023
2024
2025
0.0
Resque plugin allowing long-running jobs to automatically fail after a specified time.
2020
2021
2022
2023
2024
2025
0.0
Store a hash of any metadata against your queues in resque
2020
2021
2022
2023
2024
2025
0.0
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/unique_at_runtime'
class StrictlySerialJob
include Resque::Plugins::UniqueAtRuntime
@queue = :serial_work
def self.perform
# only one at a time in thi...
2020
2021
2022
2023
2024
2025
0.0
Configure resque-unique_in_queue and resque-unique_at_runtime uniqueness by arity of perform method, with automated cleanup tools
2020
2021
2022
2023
2024
2025
0.0
A resque plugin that ensures job uniqueness at enqueue time.
2020
2021
2022
2023
2024
2025
0.0
A Resque plugin for unique jobs
2020
2021
2022
2023
2024
2025
0.0
resque_unit(without mock)
2020
2021
2022
2023
2024
2025
0.0
Generates a UUID for Resque jobs as they are enqueued
2020
2021
2022
2023
2024
2025
0.0
A stripped version of the Resque web interface that's safe to use by not so trustworthy personnel. You get all the same information as the regular interface, but can't delete or retry anything.
2020
2021
2022
2023
2024
2025
0.0
Gives Resque workers a heartbeat to allow dead worker detection
2020
2021
2022
2023
2024
2025
0.0
Makes migrating from Beanstalk to resque (or back again) super-simple. Other backends welcome.
2020
2021
2022
2023
2024
2025
0.0
Logs Resque failures to Logstash
2020
2021
2022
2023
2024
2025
0.0
RhoSync Synchronization Framework and related command-line utilities
2020
2021
2022
2023
2024
2025