retry
Retry function
Provides a flexible retry mechanism for Go functions
Simple and easy retry mechanism package for Go
66 stars
2 watching
6 forks
Language: Go
last commit: about 3 years ago
Linked from 2 awesome lists
goretryretryretry-goretry-mechanism
Related projects:
Repository | Description | Stars |
---|---|---|
| A package for implementing retries in Go programs with flexible retry policies and timing | 50 |
| A library providing an interruptible mechanism to perform actions repetitively until successful | 341 |
| A simple library to handle repeated attempts at completing a task with error handling and customizable backoff strategy | 12 |
| A Go package for implementing retry logic in error handling | 10 |
| A Go library that provides an HTTP client with automatic retries and exponential backoff. | 2,020 |
| Provides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts. | 85 |
| A modern ORM layer for Golang | 772 |
| Enriches an HTTP client with automatic retry functionality using exponential backoff. | 48 |
| A Go driver for interacting with the RethinkDB database service | 1,654 |
| A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. | 808 |
| Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
| A flexible retry library inspired by the Common Lisp condition system. | 184 |
| A retry mechanism with exponential backoff for handling unreliable code blocks | 41 |
| Utilities for managing execution of asynchronous callback functions in Go. | 125 |
| A Go client for storing and retrieving JSON data from Redis | 344 |