Sem descrição

Evan Huus 20cb69f943 Merge pull request #7 from eapache/shortcircuit-batcher há 11 anos atrás
batcher 0fdc444808 batcher: short-circuit when timeout is 0 há 11 anos atrás
breaker eaf0b22478 More efficient synchronization há 11 anos atrás
deadline 164d336eab fix example há 11 anos atrás
retrier f264dd2276 Add support for jitter in the retrier há 11 anos atrás
semaphore b89f64cc19 Add build status to readmes há 11 anos atrás
.gitignore 9d854293d0 Initial commit há 11 anos atrás
.travis.yml c5e584d6ec Add go 1.4 support há 11 anos atrás
LICENSE 9d854293d0 Initial commit há 11 anos atrás
README.md a5cb3f2b7d Implement the retriable resiliency pattern há 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)