The Wayback Machine - https://web.archive.org/web/20220722184938/https://github.com/topics/retries
Here are
44 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
Jul 13, 2022
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.
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.
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
Apr 29, 2022
CoffeeScript
Python package for retrial of asyncio based coroutines
Updated
Feb 3, 2017
Python
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
Jul 22, 2022
Ruby
Zero-dependency promise retries. Exponential back-off by default, highly configurable.
Updated
Jul 18, 2022
JavaScript
The retrying subsystem of Bluejax.
Updated
Sep 27, 2016
JavaScript
Simple retries for Clojure HTTP calls
Updated
Jul 8, 2022
Clojure
Enhance user experience during network downtime
Updated
Apr 29, 2021
Dart
configurable HTTP python client that supports retries, timeouts, tls, basic auth, logging etc.
Updated
Nov 19, 2021
Python
Fault tolerance tools for TypeScript
Updated
Jul 18, 2022
TypeScript
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
A Retry block handler for easy retries in your code when things are janky
Updated
Jul 28, 2017
Ruby
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?