Retry strategies and utilities.
Find a file
2026-04-20 15:19:35 +05:00
backoff.go breaking: change behavior of Chain 2026-02-19 11:53:11 +05:00
backoff_test.go Refactor tests 2026-02-27 00:45:03 +05:00
dispatcher.go Refactor dispatcher 2026-04-20 15:19:35 +05:00
dispatcher_test.go Refactor dispatcher 2026-04-20 15:19:35 +05:00
go.mod Refactor dispatcher 2026-04-20 15:19:35 +05:00
LICENSE Initial commit 2025-08-28 21:35:07 +05:00
opts.go Add OnComplete option 2026-04-02 19:53:01 +05:00
README.md Initial commit 2025-08-28 21:35:07 +05:00
retry.go docs: mention non-retryable errors 2025-09-15 23:22:30 +05:00
retry_test.go feat: add Abort 2025-09-09 11:42:20 +05:00

retry - retry strategies and utilities

Go Reference

This package provides configurable retry strategies and utilities.

Inspired by go-retry.