Нет описания

Evan Huus 5b8ad6c0f6 README wording tweaks 11 лет назад
batcher 0fdc444808 batcher: short-circuit when timeout is 0 11 лет назад
breaker eaf0b22478 More efficient synchronization 11 лет назад
deadline 164d336eab fix example 11 лет назад
retrier f264dd2276 Add support for jitter in the retrier 11 лет назад
semaphore b89f64cc19 Add build status to readmes 11 лет назад
.gitignore 9d854293d0 Initial commit 11 лет назад
.travis.yml c5e584d6ec Add go 1.4 support 11 лет назад
LICENSE 9d854293d0 Initial commit 11 лет назад
README.md 5b8ad6c0f6 README wording tweaks 11 лет назад

README.md

go-resiliency

Build Status GoDoc

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)