-
Updated
Jun 19, 2020 - Go
#
backoff
Here are 64 public repositories matching this topic...
Simple HTTP and REST client library for Go
go
golang
redirects
middleware
http-client
retry
backoff
golang-library
rest-client
srv-record
go-resty
An enhanced HTTP client for Go
-
Updated
Jun 3, 2020 - Go
A simple, stateless, functional mechanism to perform actions repetitively until successful.
go
functional
delay
incremental
stateless
jitter
retry
backoff
limit
wait
linear
exponential
fibonacci
-
Updated
Jul 18, 2016 - Go
kamilsk
commented
Apr 18, 2020
in release notes and the doc
Fault tolerant and reactive HTTP client for node.js and browsers
-
Updated
Sep 9, 2018 - JavaScript
A higher-order function for retrying operations that may fail.
-
Updated
Feb 12, 2020 - Kotlin
Versatile async-friendly library to retry failed operations with configurable backoff strategies
-
Updated
Sep 7, 2018 - Python
SSH connection daemon for Debian/Raspbian/Ubuntu/etc
tunnel
ssh
backdoor
daemon
proxy
nat-traversal
nat
reverse-proxy
backoff
ssh-client
openssh
ssh-tunnel
autossh
port-forwarding
ssh-connection
bastion-host
ssh-keepalives
-
Updated
May 6, 2020 - Shell
moodysalem
commented
Jun 20, 2019
From the docs
The factor option is used to grow the delay exponentially. For example, a value of 2 will cause the delay to double each time. A value of 3 will cause the delay to triple each time. Fractional factors (e.g. 1.5) are also allowed.
The following formula is used to calculate delay using the factor:
delay = delay * Math.pow(factor, attemptNum)
(default: 0)
Th
Simple back off / retry functionality
-
Updated
Sep 24, 2019 - PHP
Luffy is a simple resilience and transient-fault handling library
resiliency
retry
backoff
retry-library
circuit-breaker
backoff-strategy
resiliency-patterns
retry-pattern
resilience-client
-
Updated
Feb 4, 2018 - C#
Next Word Prediction using n-gram Probabilistic Model with various Smoothing Techniques
nlp
prediction
trigrams
backoff
ngrams
bigrams
language-model
unigram
good-turing
quadgrams
knesser-ney-smoothing
prediction-ngram
ngram-probabilistic-model
interpolated-knesser-ney
-
Updated
Jul 23, 2018 - Jupyter Notebook
Simple retry mechanism for arbitrary function calls in Scala.
-
Updated
Jun 19, 2020 - Scala
A tiny library for retrying failed operations.
-
Updated
Dec 24, 2018 - PHP
A collection of best practices and lessons learnt from applying concurrency in go.
-
Updated
Feb 23, 2020 - Go
A PHP library that implements various backoff (delay) algorithms, such as exponential backoff.
-
Updated
Aug 2, 2015 - PHP
A simple, user-friendly and concurrent safe HTTP request library for Go
-
Updated
May 7, 2020 - Go
-
Updated
Dec 31, 2017 - Go
Exponential retry backoff library offering full jitter and decorators.
-
Updated
Apr 3, 2020 - TypeScript
Simple Kotlin Exponential backoff library
-
Updated
Feb 17, 2020 - Kotlin
Improve this page
Add a description, image, and links to the backoff topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backoff topic, visit your repo's landing page and select "manage topics."
I'm not sure if I'm doing something wrong or your
aiohttpexample is wrong! Seems backoff decorator doesn't catch aiohttp exceptions automatically and you need to raise the error manually: