Retries in Swift with sensible defaults and powerful flexibility.
-
Updated
Jun 5, 2024 - Swift
Retries in Swift with sensible defaults and powerful flexibility.
Simple back off / retry functionality
A PHP library that implements various backoff (delay) algorithms, such as exponential backoff.
Capstone project of Data Science Specialization. The goal is use previous typed words to predict the next word, using n-grams backoff model.
A Go (Golang) package designed to manage retries for operations that might temporarily fail. It allows developers to customize how retries are handled using different strategies, such as increasing the wait time between each attempt - backoffs and jitters.
A lightweight wrapper for handling SQS Events inside Lambda functions, in Go.
PHP library implementing various backoff alforithms such as exponential backoff.
Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate.
Zig implementation of exponential backoff algorithm.
Back-off and jitter algorithm
Word-prediction algorithm implemented in R (with R Shiny app) then redone in a simplified Python version
Add a description, image, and links to the backoff-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the backoff-algorithms topic, visit your repo's landing page and select "manage topics."