Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.03
A Resque plugin to add functionality to pause resque jobs through the web interface.
Using a `pause` allows you to stop the job for a slice of time.
The job finish the process it are doing and don't get a new task to do,
until the queue is released.
You can use this functionality to do some main...
2019
2020
2021
2022
2023
2024
0.03
Resque failure backend for Rollbar
2019
2020
2021
2022
2023
2024
0.03
Throttle your Resque jobs
2019
2020
2021
2022
2023
2024
0.03
Async publishing for Wisper using Resque
2019
2020
2021
2022
2023
2024
0.02
email => http post
2019
2020
2021
2022
2023
2024
0.02
Agent to collect data for common server programs and push them to CopperEgg
2019
2020
2021
2022
2023
2024
0.02
Customizable Scheduler for Contentful Entries.
2019
2020
2021
2022
2023
2024
0.02
Metadata aggregation and enrichment for cultural heritage institutions.
2019
2020
2021
2022
2023
2024
0.02
Instrument Rails and Resque with shared transaction IDs so that you trace execution across instances.
2019
2020
2021
2022
2023
2024
0.02
Process your Paperclip attachments in the background using Mongoid and Resque. Loosely based on delayed_paperclip and mongoid-paperclip.
2019
2020
2021
2022
2023
2024
0.02
Queue any method in any class or instance with no need for additional Worker class and no extra code
2019
2020
2021
2022
2023
2024
0.02
A universal interface for Ruby queueing backends.
2019
2020
2021
2022
2023
2024
0.02
Log backtraces from exceptions in Resque jobs
2019
2020
2021
2022
2023
2024
0.02
A simple event bus on top of Resque. Publish and subscribe to events as they occur through a queue.
2019
2020
2021
2022
2023
2024
0.02
A simple mechanism to create custom log files based on queue names of Resque workers.
2019
2020
2021
2022
2023
2024
0.02
A Rails engine port of the Sinatra app that is included in Chris Wanstrath's resque gem.
2019
2020
2021
2022
2023
2024
0.02
Mock resque with threads
2019
2020
2021
2022
2023
2024
0.02
A Resque plugin that provides helpers for progress updates from within your
jobs.
For example:
class MyJob
extend Resque::Plugins::Progress
def self.perform(meta_id, *args)
(0..10).each do |i|
at(i, 10, "Lifted #{num} heavy things. #{10-num} more to go!")
...
2019
2020
2021
2022
2023
2024
0.02
A resque plugin for specifying the priority between queues that workers use to determine what to work on next
2019
2020
2021
2022
2023
2024
0.02
Slack notifications for your failed jobs
2019
2020
2021
2022
2023
2024