Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.23
A Rails-based frontend to the Resque job queue system.
2020
2021
2022
2023
2024
2025
0.23
A Rails-based frontend to the Resque job queue system.
2020
2021
2022
2023
2024
2025
0.21
Capistrano plugin that integrates Resque server tasks.
2020
2021
2022
2023
2024
2025
0.2
resque-cleaner maintains the cleanliness of failed jobs on Resque.
2020
2021
2022
2023
2024
2025
0.14
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
2020
2021
2022
2023
2024
2025
0.11
Models and services for sufia
2020
2021
2022
2023
2024
2025
0.1
resque-cleaner maintains the cleanliness of failed jobs on Resque.
2020
2021
2022
2023
2024
2025
0.1
resque-cleaner maintains the cleanliness of failed jobs on Resque.
2020
2021
2022
2023
2024
2025
0.09
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
2020
2021
2022
2023
2024
2025
0.09
Ruby Adapter for Raygun
2020
2021
2022
2023
2024
2025
0.09
Tracks jobs performed, failed, and the duration of the last 100 jobs for each job type.
2020
2021
2022
2023
2024
2025
0.08
This is the New Relic plugin for monitoring Resque developed by Railsware Inc.
2020
2021
2022
2023
2024
2025
0.07
Tracks jobs performed, failed, and the duration of the last 100 jobs for each job type.
2020
2021
2022
2023
2024
2025
0.07
When your resque jobs are frequent and fast, the overhead of forking and running your after_fork might get too big.
2020
2021
2022
2023
2024
2025
0.06
Tracking exceptions for Rails application store them in database by exception_notification gem.
2020
2021
2022
2023
2024
2025
0.06
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 ...
2020
2021
2022
2023
2024
2025
0.06
A failure backend for Resque that sends events to Sentry
2020
2021
2022
2023
2024
2025
0.06
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.
2020
2021
2022
2023
2024
2025
0.06
Background search indexing using existing worker systems.
2020
2021
2022
2023
2024
2025
0.05
Allows access and use of BigBlueButton from a Ruby on Rails application
2020
2021
2022
2023
2024
2025