Categorygithub.com/xmidt-org/retry
repositorypackage
0.0.3
Repository: https://github.com/xmidt-org/retry.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

retry

retry provides simple task retry logic.

Build Status codecov.io Go Report Card Apache V2 License Quality Gate Status GitHub release PkgGoDev

Summary

retry provides simple ways of executing tasks with configurable retry semantics. A focus is place on external configuration driving the retry behavior. Tasks may be executed without retries, with a constant interval between retries, or using an exponential backoff.

Table of Contents

Code of Conduct

This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.

Install

go get -u github.com/xmidt-org/retry

Contributing

Refer to CONTRIBUTING.md.