暫無描述

Evan Huus a5cb3f2b7d Implement the retriable resiliency pattern 11 年之前
batcher 8947dd8d6a Implement batcher pattern 11 年之前
breaker eaf0b22478 More efficient synchronization 11 年之前
deadline 164d336eab fix example 11 年之前
retrier a5cb3f2b7d Implement the retriable resiliency pattern 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)