説明なし

Evan Huus 20cb69f943 Merge pull request #7 from eapache/shortcircuit-batcher 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 a5cb3f2b7d Implement the retriable resiliency pattern 11 年 前

README.md

go-resiliency

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)