Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.0
A resque plugin that ensures job uniqueness at enqueue time.
2019
2020
2021
2022
2023
2024
0.0
A Resque plugin for unique jobs
2019
2020
2021
2022
2023
2024
0.0
resque_unit(without mock)
2019
2020
2021
2022
2023
2024
0.0
Generates a UUID for Resque jobs as they are enqueued
2019
2020
2021
2022
2023
2024
0.0
A Rails-based frontend to the Resque job queue system.
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
0.0
Gives Resque workers a heartbeat to allow dead worker detection
2019
2020
2021
2022
2023
2024
0.0
Makes migrating from Beanstalk to resque (or back again) super-simple. Other backends welcome.
2019
2020
2021
2022
2023
2024
0.0
Logs Resque failures to Logstash
2019
2020
2021
2022
2023
2024
0.0
This rubygem does not have a description or summary.
2019
2020
2021
2022
2023
2024
0.0
RhoSync Synchronization Framework and related command-line utilities
2019
2020
2021
2022
2023
2024
0.0
Wrapper for IActionable's restful API and an "acts-as" style interface for models to behave as profiles and drive game events.
2019
2020
2021
2022
2023
2024
0.0
An asynchronous event bus for Ruby.
2019
2020
2021
2022
2023
2024
0.0
Redis search server
2019
2020
2021
2022
2023
2024
0.0
Monitors and controls running workflow robots off of priority queues and within a cluster
2019
2020
2021
2022
2023
2024
0.0
Rumor
2019
2020
2021
2022
2023
2024
0.0
Resque participant/receiver pair for Ruote
2019
2020
2021
2022
2023
2024
0.0
Makes sure that for special jobs, there can be only one job with the same workload in one queue.
Example:
class CacheSweeper
include Resque::Plugins::UniqueJob
@queue = :cache_sweeps
def self.perform(article_id)
# Cache Me If You Can...
end
end
2019
2020
2021
2022
2023
2024
0.0
RSpec matchers for Resque
2019
2020
2021
2022
2023
2024
0.0
Manage delta indexes via Resque for Thinking Sphinx
2019
2020
2021
2022
2023
2024