Нема описа

Evan Huus b98ce2825f Merge pull request #24 from eapache/deadline-goroutine-leak пре 6 година
batcher ed0319b32e Add code-of-conduct badge to READMEs пре 10 година
breaker ed0319b32e Add code-of-conduct badge to READMEs пре 10 година
deadline eadf0b0259 Fix goroutine leak in deadline пре 6 година
retrier c3c0b95eab Move TestRetrierCtx to retrier_test.go пре 6 година
semaphore b77c957f7c Tweak docs on IsEmpty пре 8 година
.gitignore 9d854293d0 Initial commit пре 11 година
.travis.yml 8e98e02fe8 Bump version of Go in CI пре 6 година
CHANGELOG.md 5efd2ed019 Fix typo пре 6 година
LICENSE 9d854293d0 Initial commit пре 11 година
README.md ed0319b32e Add code-of-conduct badge to READMEs пре 10 година

README.md

go-resiliency

Build Status GoDoc Code of Conduct

Resiliency patterns for golang. Based in part on Hystrix, Semian, and others.

Currently implemented patterns include:

  • circuit-breaker (in the breaker directory)
  • semaphore (in the semaphore directory)
  • deadline/timeout (in the deadline directory)
  • batching (in the batcher directory)
  • retriable (in the retrier directory)

Follows semantic versioning using https://gopkg.in/ - import from gopkg.in/eapache/go-resiliency.v1 for guaranteed API stability.