Project
Reverse Dependencies for resque
The projects listed here declare resque as a runtime or development dependency
0.01
If you want to be able fetch the result from a Resque
job's perform method. Results will be encoded using JSON.
For example:
require 'resque-result'
class MyJob
extend Resque::Plugins::Result
def self.perform(meta_id, big_num)
factor(big_num)
e...
2019
2020
2021
2022
2023
2024
0.01
Sliding Window unique-job workflow for Resque jobs
2019
2020
2021
2022
2023
2024
0.01
Deliver mail in a resque job
2019
2020
2021
2022
2023
2024
0.01
Telework is a Resque plugin aimed at controlling Resque workers from the web UI. It makes it easy to manage workers on a
complex systems that may include several hosts, different queue(s) and an evolving source code that is deployed several times a day.
Beyond starting and stopping worker...
2019
2020
2021
2022
2023
2024
0.01
top for Resque
2019
2020
2021
2022
2023
2024
0.01
Unique Resque queues using redis 1.6.0 scripting, sets and not much else
2019
2020
2021
2022
2023
2024
0.01
Automatically kill a child of resque worker based on max memory.
2019
2020
2021
2022
2023
2024
0.01
Utilities for using Resque in a Rails app
2019
2020
2021
2022
2023
2024
0.01
RhoConnect App Integration Server and related command-line utilities
2019
2020
2021
2022
2023
2024
0.01
A unified interface for various messaging queues
2019
2020
2021
2022
2023
2024
0.01
This plugin provides native instrumentation for collecting
Resque metrics for queue, worker, working, failed, pending,
and processed jobs.
2019
2020
2021
2022
2023
2024
0.01
Provides a simpler interface to enqueue Resque jobs between codebases without having to define the Jobs in multiple codebases.
2019
2020
2021
2022
2023
2024
0.01
Duck punch Resque to use active record for backround jobs instead of redis
2019
2020
2021
2022
2023
2024
0.01
Trinidad extension to autoconfigure and launch Resque
2019
2020
2021
2022
2023
2024
0.01
Uploadbox makes easy to manage files in your Rails application.
2019
2020
2021
2022
2023
2024
0.0
This provides achievement features for rails app.
2019
2020
2021
2022
2023
2024
0.0
Better jobs. Good jobs.
2019
2020
2021
2022
2023
2024
0.0
Provides async methods ruby objects for queuing background jobs. Currently supports Resque. Bonus: callback hooks for ActiveRecord objects
2019
2020
2021
2022
2023
2024
0.0
If you're using ActiveRecord with Resque, a new database connection will get opened
for each worker process. When the worker completes, this connection is left open by
default, which is pretty bad. This adapter closes the connection when the job has_rdoc
finished executing.
2019
2020
2021
2022
2023
2024
0.0
Uses a Configuration/Controller pattern to allow easy implementation and organziation of multi-tier distributed workloads.
2019
2020
2021
2022
2023
2024