Bez popisu

Evan Huus ea41b0fad3 Add changelog před 8 roky
batcher ed0319b32e Add code-of-conduct badge to READMEs před 11 roky
breaker ed0319b32e Add code-of-conduct badge to READMEs před 11 roky
deadline b86b1ec0dd deadline: adjust example comments před 10 roky
retrier ed0319b32e Add code-of-conduct badge to READMEs před 11 roky
semaphore b77c957f7c Tweak docs on IsEmpty před 8 roky
.gitignore 9d854293d0 Initial commit před 11 roky
.travis.yml 370f7cf069 bump CI to 1.10 před 8 roky
CHANGELOG.md ea41b0fad3 Add changelog před 8 roky
LICENSE 9d854293d0 Initial commit před 11 roky
README.md ed0319b32e Add code-of-conduct badge to READMEs před 11 roky

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.