Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.29
A Rails-based frontend to the Resque job queue system.
2019
2020
2021
2022
2023
2024
0.26
Capistrano plugin that integrates Resque server tasks.
2019
2020
2021
2022
2023
2024
0.26
Operational controls for Active Job
2019
2020
2021
2022
2023
2024
0.23
resque-cleaner maintains the cleanliness of failed jobs on Resque.
2019
2020
2021
2022
2023
2024
0.16
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.14
Models and services for sufia
2019
2020
2021
2022
2023
2024
0.13
resque-cleaner maintains the cleanliness of failed jobs on Resque.
2019
2020
2021
2022
2023
2024
0.13
resque-cleaner maintains the cleanliness of failed jobs on Resque.
2019
2020
2021
2022
2023
2024
0.12
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.11
Ruby Adapter for Raygun
2019
2020
2021
2022
2023
2024
0.11
Tracks jobs performed, failed, and the duration of the last 100 jobs for each job type.
2019
2020
2021
2022
2023
2024
0.1
This is the New Relic plugin for monitoring Resque developed by Railsware Inc.
2019
2020
2021
2022
2023
2024
0.09
Tracks jobs performed, failed, and the duration of the last 100 jobs for each job type.
2019
2020
2021
2022
2023
2024
0.08
Tracking exceptions for Rails application store them in database by exception_notification gem.
2019
2020
2021
2022
2023
2024
0.08
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.07
Allows access and use of BigBlueButton from a Ruby on Rails application
2019
2020
2021
2022
2023
2024
0.07
A Resque plugin. Adds locking, with optional timeout/deadlock handling to
resque jobs.
Using a `lock_timeout` allows you to re-acquire the lock should your worker
fail, crash, or is otherwise unable to relase the lock.
i.e. Your server unexpectedly looses power. Very handy for jobs ...
2019
2020
2021
2022
2023
2024
0.07
A failure backend for Resque that sends events to Sentry
2019
2020
2021
2022
2023
2024
0.07
A Resque plugin. Two or more jobs with the same lock cannot be processed simultaneously by multiple workers.
When this situation occurs the second job gets pushed back to the queue.
2019
2020
2021
2022
2023
2024
0.07
Background search indexing using existing worker systems.
2019
2020
2021
2022
2023
2024