Project
Reverse Dependencies for rubocop
The projects listed here declare rubocop as a runtime or development dependency
0.0
Keeps a history of run jobs by job.
2021
2022
2023
2024
2025
2026
0.0
Resque plugin allowing long-running jobs to automatically fail after a specified time.
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.0
A Resque gem for executing batches of jobs in stages. All jobs in a stage must complete before any job in the next stage is started allowing you to be sure that jobs are not executed out of sequence.
2021
2022
2023
2024
2025
2026
0.0
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/unique_at_runtime'
class StrictlySerialJob
include Resque::Plugins::UniqueAtRuntime
@queue = :serial_work
def self.perform
# only one at a time in thi...
2021
2022
2023
2024
2025
2026
0.0
Configure resque-unique_in_queue and resque-unique_at_runtime uniqueness by arity of perform method, with automated cleanup tools
2021
2022
2023
2024
2025
2026
0.0
A resque plugin that ensures job uniqueness at enqueue time.
2021
2022
2023
2024
2025
2026
0.0
A simple wrapper for rest-client aiming to make creation and testing of API clients easier.
2021
2022
2023
2024
2025
2026
0.0
Run code, Ctrl-C to restart, once more Ctrl-C to stop
2021
2022
2023
2024
2025
2026
0.0
Enable distributed tracing and intrumentation for restclient
2021
2022
2023
2024
2025
2026
0.0
Rudimentary HTTP client with focus on caching
2021
2022
2023
2024
2025
2026
0.0
Adapter for ActiveModel::Serializer that enables output in RESTful format.
2021
2022
2023
2024
2025
2026
0.0
A gem for calling the Kashflow V2 API
2021
2022
2023
2024
2025
2026
0.0
A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
2021
2022
2023
2024
2025
2026
0.0
Resulting is a library for graceful result handling. It provides a result
class with a few methods that can be used as a mixin. Using these results,
they can be passed to save and validation services which handle them
gracefully, returning early when there is a failure, or ensuring success
for al...
2021
2022
2023
2024
2025
2026
0.0
Resultr provides a simple interface to function results
2021
2022
2023
2024
2025
2026
0.0
A regular syntax matcher facilitating DSL's construction
2021
2022
2023
2024
2025
2026
0.0
A Ruby gem for working with the ResourceSync web synchronization framework
2021
2022
2023
2024
2025
2026
0.0
A Ruby client for the ResourceSync web synchronization framework
2021
2022
2023
2024
2025
2026
0.0
Retag is cli to manipulate docker images in handy way
2021
2022
2023
2024
2025
2026