A PHP library that implements various backoff (delay) algorithms, such as exponential backoff.
-
Updated
Aug 2, 2015 - PHP
A PHP library that implements various backoff (delay) algorithms, such as exponential backoff.
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.
Capstone project of Data Science Specialization. The goal is use previous typed words to predict the next word, using n-grams backoff model.
Word-prediction algorithm implemented in R (with R Shiny app) then redone in a simplified Python version
Back-off and jitter algorithm
Simple back off / retry functionality
A lightweight wrapper for handling SQS Events inside Lambda functions, in Go.
Retries in Swift with sensible defaults and powerful flexibility.
Zig implementation of exponential backoff algorithm.
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.
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."