Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.06
integrated library system
2019
2020
2021
2022
2023
2024
0.06
A resque plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis
2019
2020
2021
2022
2023
2024
0.06
A simple Resque plugin that times and saves some simple metrics for Resque jobs back into redis. Based on this system
you could build some simple auto-scaling mechanism based on the speed and ETA of queues. Also includes a hook/callback
mechanism for recording/sending the metrics to your favorite...
2019
2020
2021
2022
2023
2024
0.06
Resque plugin to add unique jobs
2019
2020
2021
2022
2023
2024
0.05
I am altria.
2019
2020
2021
2022
2023
2024
0.05
Autoscaling for Resque workers.
2019
2020
2021
2022
2023
2024
0.05
I am Magi.
2019
2020
2021
2022
2023
2024
0.05
A WebRTC signaling server implemented with WebSockets, EventMachine and Redis Pub-Sub
2019
2020
2021
2022
2023
2024
0.05
Resque plugin for batching jobs. When a batch/group of jobs are complete,
additional work can be performed usings batch hooks.
2019
2020
2021
2022
2023
2024
0.05
This gem scales your Heroku workers according to the number of pending Resque jobs. You can customize the scaling behavior of your workers, however you like.
2019
2020
2021
2022
2023
2024
0.05
Show history of recently executed jobs
2019
2020
2021
2022
2023
2024
0.05
A Resque plugin. If you want to be able to add metadata for a job
to track anything you want, extend it with this module.
For example:
require 'resque-meta'
class MyJob
extend Resque::Plugins::Meta
def self.perform(meta_id, *args)
heavy_lifting
end
end
...
2019
2020
2021
2022
2023
2024
0.05
resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time, the exceeded jobs will be executed at the next period.
2019
2020
2021
2022
2023
2024
0.05
Resque-Sliders is a plugin for Resque that enables you to control multiple hosts'
running resque workers with a monitor PID watching over them. From the resque-web UI, you
can add/delete/change which queues are running on each host running the monitor PID.
Sliders are in the UI a...
2019
2020
2021
2022
2023
2024
0.05
Manage delta indexes via Resque for Thinking Sphinx
2019
2020
2021
2022
2023
2024
0.05
Base class/module to develop CloudFoundry service
2019
2020
2021
2022
2023
2024
0.05
A simple Resque plugin that times and saves some simple metrics for Resque jobs back into redis. Based on this system
you could build some simple auto-scaling mechanism based on the speed and ETA of queues. Also includes a hook/callback
mechanism for recording/sending the metrics to your favorite...
2019
2020
2021
2022
2023
2024
0.04
Execute any ActiveRecord Model method in the background
2019
2020
2021
2022
2023
2024
0.04
Guard::Resque automatically starts/stops/restarts resque worker
2019
2020
2021
2022
2023
2024
0.04
Enqueue jobs that will only appear for processing after a specified delay or at a particular time in the future
2019
2020
2021
2022
2023
2024