Project

Reverse Dependencies for resque

The projects listed here declare resque as a runtime or development dependency

0.04
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Guard::Resque automatically starts/stops/restarts resque worker
2019
2020
2021
2022
2023
2024
0.04
Low commit activity in last 3 years
No release in over a year
Launches a Kubernetes Job when a Resque Job is enqueued, then terminates the worker when there are no more jobs in the queue.
2019
2020
2021
2022
2023
2024
0.04
No release in over 3 years
Low commit activity in last 3 years
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no pa...
2019
2020
2021
2022
2023
2024
0.04
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
When your resque jobs are frequent and fast, the overhead of forking and running your after_fork might get too big.
2019
2020
2021
2022
2023
2024
0.04
Low commit activity in last 3 years
A long-lived project that still receives updates
XapianDb is a ruby gem that combines features of nosql databases and fulltext indexing. It is based on Xapian, an efficient and powerful indexing library
2019
2020
2021
2022
2023
2024
0.03
Low commit activity in last 3 years
No release in over a year
activejob-cancel provides cancel method to Active Job
2019
2020
2021
2022
2023
2024
0.03
No release in over 3 years
Low commit activity in last 3 years
Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no pa...
2019
2020
2021
2022
2023
2024
0.03
Repository is archived
Low commit activity in last 3 years
There's a lot of open issues
No release in over a year
The purpose of this gem is to normalise the sending and receiving of messages between Rails apps using the shared RabbitMQ message bus
2019
2020
2021
2022
2023
2024
0.03
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A simple interface over several background job libraries like Resque, Sidekiq and DelayedJob.
2019
2020
2021
2022
2023
2024
0.03
No commit activity in last 3 years
No release in over 3 years
A resque plugin for limiting how many of a specific job can run concurrently
2019
2020
2021
2022
2023
2024
0.03
No commit activity in last 3 years
No release in over 3 years
resque plugin for automatically scaling workers based on the amount of time it takes a job to go through the queue and/or the length of the queue
2019
2020
2021
2022
2023
2024
0.03
Repository is archived
No commit activity in last 3 years
No release in over 3 years
When your resque jobs are frequent and fast, the overhead of forking and running your after_fork might get too big.
2019
2020
2021
2022
2023
2024
0.03
No release in over 3 years
Low commit activity in last 3 years
Provides multi-step tasks with finalization and progress tracking
2019
2020
2021
2022
2023
2024
0.03
No release in over 3 years
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