backoff
backoff copied to clipboard
Simple backoff algorithm in Go (golang)
https://app.circleci.com/pipelines/github/jpillora/backoff/2/workflows/502480a2-3fdd-4a49-9f97-e45f58b0d63d/jobs/17 I just observed the circle ci is still enabled for this project. Can this be disabled? ### Screenshots
I see tests as a behavior documentation of the method under test. Currently i see tests of the name `Test1`, `Test2`,`Test3` etc the intent of which is only understood upon...
**Describe the bug** Run ```time.Sleep(ws.backoff.Duration()) \\ ws.backoff != nil ``` in arm v7 get a runtime error: ```shell panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...
I enjoy how simple `Backoff` is, but I found it surprisingly difficult to use it to correctly implement retry functionality. This PR contains a single, very simple `Retry` implementation, that...