Nenhuma descrição

Evan Huus a5cb3f2b7d Implement the retriable resiliency pattern 11 anos atrás
batcher 8947dd8d6a Implement batcher pattern 11 anos atrás
breaker eaf0b22478 More efficient synchronization 11 anos atrás
deadline 164d336eab fix example 11 anos atrás
retrier a5cb3f2b7d Implement the retriable resiliency pattern 11 anos atrás
semaphore b89f64cc19 Add build status to readmes 11 anos atrás
.gitignore 9d854293d0 Initial commit 11 anos atrás
.travis.yml c5e584d6ec Add go 1.4 support 11 anos atrás
LICENSE 9d854293d0 Initial commit 11 anos atrás
README.md a5cb3f2b7d Implement the retriable resiliency pattern 11 anos atrás

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)