Nenhuma descrição

Evan Huus 779a811c89 Merge pull request #6 from eapache/retry-jitter 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 f264dd2276 Add support for jitter in the retrier 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)