Sin descripción

Evan Huus 8e98e02fe8 Bump version of Go in CI hace 6 años
batcher ed0319b32e Add code-of-conduct badge to READMEs hace 10 años
breaker ed0319b32e Add code-of-conduct badge to READMEs hace 10 años
deadline b86b1ec0dd deadline: adjust example comments hace 10 años
retrier c3c0b95eab Move TestRetrierCtx to retrier_test.go hace 6 años
semaphore b77c957f7c Tweak docs on IsEmpty hace 8 años
.gitignore 9d854293d0 Initial commit hace 11 años
.travis.yml 8e98e02fe8 Bump version of Go in CI hace 6 años
CHANGELOG.md ea41b0fad3 Add changelog hace 7 años
LICENSE 9d854293d0 Initial commit hace 11 años
README.md ed0319b32e Add code-of-conduct badge to READMEs hace 10 años

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.