An open API service indexing awesome lists of open source software.

https://github.com/soroushj/gosyphus

Retries with exponential backoff in Go
https://github.com/soroushj/gosyphus

backoff exponential-backoff go-module golang-module

Last synced: 18 days ago
JSON representation

Retries with exponential backoff in Go

Awesome Lists containing this project

README

        

# Gosyphus: Retries with exponential backoff in Go

![Gosyphus](gosyphus.jpg)

[![Go Reference](https://pkg.go.dev/badge/github.com/soroushj/gosyphus.svg)](https://pkg.go.dev/github.com/soroushj/gosyphus)
[![CI](https://github.com/soroushj/gosyphus/actions/workflows/ci.yml/badge.svg)](https://github.com/soroushj/gosyphus/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/soroushj/gosyphus/branch/main/graph/badge.svg?token=78I5K3EZTV)](https://codecov.io/gh/soroushj/gosyphus)
[![Go Report Card](https://goreportcard.com/badge/github.com/soroushj/gosyphus)](https://goreportcard.com/report/github.com/soroushj/gosyphus)

See [docs and examples on pkg.go.dev](https://pkg.go.dev/github.com/soroushj/gosyphus).

*The Gosyphus image is created by [Fouf](https://linktr.ee/foufia); the Go Gopher by [Renee French](http://reneefrench.blogspot.com/); both [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) licensed.*