Here are
41 public repositories
matching this topic...
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
An enhanced HTTP client for Go
Lightweight Java library for retrying unreliable logic
Simple retry client for aiohttp.
Updated
Sep 15, 2021
Python
Simple failure handling. Failsafe implementation in Python
Updated
Mar 2, 2021
Python
This library extends IHttpClientBuilder with easy to use resilience policies for the HttpClient.
Finally get to retry during a Promise operation (works in modern browsers as well as nodejs), zero dependencies.
Updated
Mar 4, 2017
JavaScript
A Rest Client for Spring Boot
Updated
Aug 20, 2019
Java
Forget about your retry boilerplate
Retrieving stuff from the web is unreliable. Airbud adds retries for production, and fixture support for test.
Updated
Dec 14, 2020
CoffeeScript
Python package for retrial of asyncio based coroutines
Updated
Feb 3, 2017
Python
A sample of non-blocking retries and dead letter topics (aka reliable reprocessing and dead letter queues) with Apache Kafka using Spring Boot and Spring Kafka.
Wrapper around Cryptocurrency related APIs
Updated
Jun 2, 2021
Python
🌐 DEPRECATED: use tenacious-fetch
Updated
Feb 25, 2019
JavaScript
Adding retries to Requests.get() with exponential backoff
Updated
Jul 25, 2021
Python
Drop in replacement for qunit `test` which retries a failed test.
Updated
May 8, 2021
JavaScript
Updated
Sep 27, 2021
Ruby
The retrying subsystem of Bluejax.
Updated
Sep 27, 2016
JavaScript
Simple retries for Clojure HTTP calls
Updated
Feb 1, 2018
Clojure
Fault tolerance tools for TypeScript
Updated
Sep 27, 2021
TypeScript
Enhance user experience during network downtime
Updated
Apr 29, 2021
Dart
A colorful score-based riddles game that runs in shell and accepts user input. Built with Ruby. Colorize, Lolize and Ascii add some color and aesthetics.
Updated
Dec 20, 2020
Ruby
jQuery AJAX wrapped in Bluebird promises.
Updated
Sep 27, 2016
JavaScript
Unique Retries for Sidekiq
Zero-dependency promise retries. Exponential back-off by default, highly configurable.
Updated
Sep 28, 2021
JavaScript
A Retry block handler for easy retries in your code when things are janky
Updated
Jul 28, 2017
Ruby
If at first you don't succeed... A simple library for executing an action with retries.
Simple HTTP/API client for typescript / javascript projects.
Updated
Feb 11, 2021
TypeScript
Improve this page
Add a description, image, and links to the
retries
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
retries
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is there a way to make a job re-occur N milliseconds after it finished previous time?