Sen descrición

Evan Huus 87d926d4a3 Add build status and godoc to top-level makefile %!s(int64=11) %!d(string=hai) anos
batcher 0fdc444808 batcher: short-circuit when timeout is 0 %!s(int64=11) %!d(string=hai) anos
breaker eaf0b22478 More efficient synchronization %!s(int64=11) %!d(string=hai) anos
deadline 164d336eab fix example %!s(int64=11) %!d(string=hai) anos
retrier f264dd2276 Add support for jitter in the retrier %!s(int64=11) %!d(string=hai) anos
semaphore b89f64cc19 Add build status to readmes %!s(int64=11) %!d(string=hai) anos
.gitignore 9d854293d0 Initial commit %!s(int64=11) %!d(string=hai) anos
.travis.yml c5e584d6ec Add go 1.4 support %!s(int64=11) %!d(string=hai) anos
LICENSE 9d854293d0 Initial commit %!s(int64=11) %!d(string=hai) anos
README.md 87d926d4a3 Add build status and godoc to top-level makefile %!s(int64=11) %!d(string=hai) anos

README.md

go-resiliency

Build Status GoDoc

Resiliency patterns for golang. Currently implemented are:

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