Go library for retrying with configurable backoffs
☆708Jan 22, 2026Updated last month
Alternatives and similar repositories for go-retry
Users that are interested in go-retry are comparing it to the libraries listed below
Sorting:
- Simple golang library for retry mechanism☆2,888Feb 12, 2026Updated 3 weeks ago
- A supersonic rate limiting package for Go with HTTP middleware.☆707Nov 17, 2025Updated 3 months ago
- A Go library for parsing struct tags from environment variables.☆1,220May 1, 2025Updated 10 months ago
- Better structured concurrency for go☆10,319Apr 26, 2024Updated last year
- 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)☆21,050Updated this week
- Retryable HTTP client in Go☆2,278Jan 14, 2026Updated last month
- Goroutine leak detector☆5,121Dec 10, 2025Updated 2 months ago
- Create Go contexts that cancel on signals.☆254Jan 1, 2023Updated 3 years ago
- Minimalist and zero-dependency scheduling library for Go☆2,008Jan 20, 2026Updated last month
- A Go (golang) package for representing a list of errors as a single error.☆2,552Feb 16, 2026Updated 2 weeks ago
- A high performance memory-bound Go cache☆6,787Jan 21, 2026Updated last month
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated this week
- Simple, reliable, and efficient distributed task queue in Go☆12,972Feb 3, 2026Updated last month
- ⏱ The exponential backoff algorithm in Go☆3,943Feb 21, 2026Updated last week
- Optimized Go Compression Packages☆5,416Updated this week
- Building event-driven applications the easy way in Go.☆9,565Jan 5, 2026Updated 2 months ago
- Staticcheck - The advanced Go linter☆6,721Feb 25, 2026Updated last week
- Visualise Go runtime metrics in real time☆3,624Feb 27, 2026Updated last week
- Fault tolerance and resilience patterns for Go☆2,154Updated this week
- 🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint☆5,403Updated this week
- 🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.☆3,095May 2, 2025Updated 10 months ago
- 🔘 Minimalistic and High-performance goroutine worker pool written in Go☆2,089Feb 16, 2026Updated 2 weeks ago
- Automatically set GOMAXPROCS to match Linux container CPU quota.☆4,815Nov 2, 2025Updated 4 months ago
- Fast JSON encoder/decoder compatible with encoding/json for Go☆3,626Jan 4, 2026Updated 2 months ago
- A tool to list and diagnose Go processes currently running on your system☆7,003Jan 8, 2026Updated last month
- A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.☆2,902Updated this week
- Release engineering, simplified☆15,610Updated this week
- Distributed mutual exclusion lock using Redis for Go☆3,970Feb 25, 2026Updated last week
- Simple HTTP, REST, and SSE client library for Go