https://github.com/dataphos/lib-retry
lib-retry is a lightweight Go library that contains helpful functions which enable retrying any operation, using various backoff strategies.
https://github.com/dataphos/lib-retry
go library
Last synced: 28 days ago
JSON representation
lib-retry is a lightweight Go library that contains helpful functions which enable retrying any operation, using various backoff strategies.
- Host: GitHub
- URL: https://github.com/dataphos/lib-retry
- Owner: dataphos
- License: apache-2.0
- Created: 2024-10-01T12:57:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T09:17:02.000Z (over 1 year ago)
- Last Synced: 2025-01-19T13:15:36.597Z (over 1 year ago)
- Topics: go, library
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# lib-retry
lib-retry is a lightweight Go library that contains helpful functions which enable retrying any operation, using
various backoff strategies.
## Installation
`go get github.com/dataphos/lib-retry`