Nessuna descrizione

Evan Huus 487be0453c Merge pull request #19 from Weborama/master 7 anni fa
batcher ed0319b32e Add code-of-conduct badge to READMEs 10 anni fa
breaker ed0319b32e Add code-of-conduct badge to READMEs 10 anni fa
deadline b86b1ec0dd deadline: adjust example comments 10 anni fa
retrier 2c68be121c Protect rand prng with a mutex. Add test against regressions. 7 anni fa
semaphore b77c957f7c Tweak docs on IsEmpty 8 anni fa
.gitignore 9d854293d0 Initial commit 11 anni fa
.travis.yml 370f7cf069 bump CI to 1.10 7 anni fa
CHANGELOG.md ea41b0fad3 Add changelog 7 anni fa
LICENSE 9d854293d0 Initial commit 11 anni fa
README.md ed0319b32e Add code-of-conduct badge to READMEs 10 anni fa

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.