Нет описания

Evan Huus 0fdc444808 batcher: short-circuit when timeout is 0 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)