Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.0
Resque worker that evaluates queues and chooses which one to pull jobs from
2019
2020
2021
2022
2023
2024
0.0
Process Manager For Resque
2019
2020
2021
2022
2023
2024
0.0
Adds live GUI queue/worker management to resque-pool
2019
2020
2021
2022
2023
2024
0.0
quickly and easily fork a pool of resque workers,
saving memory (w/REE) and monitoring their uptime
2019
2020
2021
2022
2023
2024
0.0
resque plugin to have priority in the queue
2019
2020
2021
2022
2023
2024
0.0
Enable ActiveRecord query cache for Resque jobs
2019
2020
2021
2022
2023
2024
0.0
An Active Record model can be defined as 'queueable'. That adds extensions to add any method to the queue that exists on the method instance.
2019
2020
2021
2022
2023
2024
0.0
Track jobs processed by queue, longest queue time
2019
2020
2021
2022
2023
2024
0.0
Resque Plugin adding simple queue statuses.
2019
2020
2021
2022
2023
2024
0.0
The railtie for setup resque. It provides an initializer and rake tasks.
2019
2020
2021
2022
2023
2024
0.0
Rake tasks and such for Resque
2019
2020
2021
2022
2023
2024
0.0
Super fast evented daemon to process resque jobs, some built in job metrics too, just cause your app might not be on 1.9.1, your bot might be able to
2019
2020
2021
2022
2023
2024
0.0
Adds ratchetio as a resque failure backend
2019
2020
2021
2022
2023
2024
0.0
A Resque plugin which allows you to create dedicated queues for jobs that use rate-limited APIs. These queues will pause when one of the jobs hits a rate limit, and unpause after a suitable time period. The rate-limited queue can be used directly, and just requires catching the rate limit excepti...
2019
2020
2021
2022
2023
2024
0.0
The plugin is designed for sequential running of different jobs in the same queue across multiple queues. Specifically meant for running a variety of long-running background tasks scheduled ahead of time using something like reque-scheduler. May not be suitable for large scale operations.
2019
2020
2021
2022
2023
2024
0.0
Allowing Resque to handle queues accross multiple Redis instances
2019
2020
2021
2022
2023
2024
0.0
Remotely enqueueing and dequeueing jobs across Redis namespaces should
be simpler. BJ Neilsen laid a solid foundation for this gem, which is
forked off of his gem resque-remote. That said, these two gems provide a
different set of methods for remote enqueueing and dequeueing.
...
2019
2020
2021
2022
2023
2024
0.0
Usually Resque workers work on queues in the given order (if there is something in the first, work it, otherwise if the there is something in the second, work on it, and so on). This plugin randomizes the order of the queues based on weights, so that a given queue will be the first queue to try b...
2019
2020
2021
2022
2023
2024
0.0
A Resque plugin. Implements an approximation of DelayedJob's send_later on resque. Has a little more ease-of-use and features than the example provided with Resque.
2019
2020
2021
2022
2023
2024
0.0
Adds support for serializable arguments in a Resque job. Serializable arguments can be passed to a Resque job via a Hash containing a :serialize key. If such arguments are found, they will be deserialized before calling the job's perform method
2019
2020
2021
2022
2023
2024