Tidak Ada Deskripsi

tukeJonny a294bd8118 Fix build flag 7 tahun lalu
batcher ed0319b32e Add code-of-conduct badge to READMEs 11 tahun lalu
breaker ed0319b32e Add code-of-conduct badge to READMEs 11 tahun lalu
deadline b86b1ec0dd deadline: adjust example comments 10 tahun lalu
retrier a294bd8118 Fix build flag 7 tahun lalu
semaphore b77c957f7c Tweak docs on IsEmpty 8 tahun lalu
.gitignore 9d854293d0 Initial commit 11 tahun lalu
.travis.yml 0e5aea613d Add double quote to go version on travis 7 tahun lalu
CHANGELOG.md ea41b0fad3 Add changelog 8 tahun lalu
LICENSE 9d854293d0 Initial commit 11 tahun lalu
README.md ed0319b32e Add code-of-conduct badge to READMEs 11 tahun lalu

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.