go-retry

Go library for retrying with configurable backoffs (by sethvargo)

Go-retry Alternatives

Similar projects and alternatives to go-retry

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better go-retry alternative or higher similarity.

go-retry reviews and mentions

Posts with mentions or reviews of go-retry. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-04.
  • What I'd like to see in Go 2.0
    11 projects | news.ycombinator.com | 4 Feb 2022
    I was also curious so I picked a likely-looking project on his github and indeed found an attempt to handle a channel "deterministically" at https://github.com/sethvargo/go-retry/blob/main/retry.go#L51

    Honestly the whole first select seems redundant; any code that relies on this is broken. But OK, maybe you do have some strange performance case where this matters? In that case the whole thing could be more succinctly solved by looping on `for ctx.Err() == nil` instead of infinitely.

    It also leaks the timer until it fires if the context cancels, which seems like it would be more of a practical performance problem than any overhead to the additional elect.

Stats

Basic go-retry repo stats
1
595
0.9
3 months ago

sethvargo/go-retry is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of go-retry is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com