Project
Reverse Dependencies for resque-meta
The projects listed here declare resque-meta as a runtime or development dependency
0.02
A Resque plugin that provides helpers for progress updates from within your
jobs.
For example:
class MyJob
extend Resque::Plugins::Progress
def self.perform(meta_id, *args)
(0..10).each do |i|
at(i, 10, "Lifted #{num} heavy things. #{10-num} more to go!")
...
2019
2020
2021
2022
2023
2024
0.01
Seamless integration of resque with resque-progress and resque-lock
2019
2020
2021
2022
2023
2024
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.0
A robust implementation of send_later for Rails apps using Resque.
2019
2020
2021
2022
2023
2024
0.0
A resque plugin for tracking jobs and their state (pending, running, failed) based on some originating entity
2019
2020
2021
2022
2023
2024
0.0
Integration of resque with resque-progress and resque-lock
2019
2020
2021
2022
2023
2024
0.0
Travis builder for ruby.
2019
2020
2021
2022
2023
2024