Project
Reverse Dependencies for yard
The projects listed here declare yard as a runtime or development dependency
0.0
Wrapper library for the Respoke API.
2020
2021
2022
2023
2024
2025
0.0
Light weight job scheduling on top of ResqueAdmin.
Adds methods enqueue_at/enqueue_in to schedule jobs in the future.
Also supports queueing jobs on a fixed, cron-like schedule.
2020
2021
2022
2023
2024
2025
0.0
A Resque plugin. Adds locking, with optional timeout/deadlock handling to
resque jobs.
Using a `lock_timeout` allows you to re-aquire 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 tha...
2020
2021
2022
2023
2024
2025
0.0
A resque plugin that adds retry/exponential backoff functionality to your
resque jobs.
Simply extend your module/class with this module:
require 'resque-exponential-backoff'
class DeliverWebHook
extend Resque::Plugins::ExponentialBackoff
def self.perform(url, hook_id, ...
2020
2021
2022
2023
2024
2025
0.0
Resque plugin that allows querying future jobs for it's result, for example:
job = Resque.enqueue_future(MixerWorker, "yeah")
# store job.uuid somewhere
# Later on
job = Resque.get_future_job(uuid)
job.ready?
job.result
job.finished_at
2020
2021
2022
2023
2024
2025
0.0
A gem that combines all the goodness resque has to offer.
2020
2021
2022
2023
2024
2025
0.0
resque-pagerduty provides a Resque failure backend that triggers a Pagerduty
incident when an exception is raised by a job.
2020
2021
2022
2023
2024
2025
0.0
A gem for calling the Kashflow V2 API
2020
2021
2022
2023
2024
2025
0.0
Many web services lack hypermedia or consistent routing. This gives a single place to house routes using URI Templates instead of building URLs throughout the client.
2020
2021
2022
2023
2024
2025
0.0
RSpec macros, helpers and matchers to work with APIs
2020
2021
2022
2023
2024
2025
0.0
Results is a functional combinator of results which are either Good or Bad inspired by ScalaUtils's Or and Every classes
2020
2021
2022
2023
2024
2025
0.0
A regular syntax matcher facilitating DSL's construction
2020
2021
2022
2023
2024
2025
0.0
A Ruby gem for working with the ResourceSync web synchronization framework
2020
2021
2022
2023
2024
2025
0.0
A Ruby client for the ResourceSync web synchronization framework
2020
2021
2022
2023
2024
2025
0.0
Easy tracking of activity and retention at scale in daily, hourly, or minute intervals
using sparse Redis bitmaps.
2020
2021
2022
2023
2024
2025
0.0
A ruby client for retentiongrid.com API.
2020
2021
2022
2023
2024
2025
0.0
A ethereum full node written in ruby.
2020
2021
2022
2023
2024
2025
0.0
rvincenty is a pure ruby implementation of Thaddeus Vincenty's formulae
2020
2021
2022
2023
2024
2025
0.0
Provides a unified approach to managing automated code quality tools.
2020
2021
2022
2023
2024
2025
0.0
Shared methods and functions used by revs-indexer, pre-assembly and bulk metadata loading code.
2020
2021
2022
2023
2024
2025