Aucune description

Evan Huus 87d926d4a3 Add build status and godoc to top-level makefile il y a 11 ans
batcher 0fdc444808 batcher: short-circuit when timeout is 0 il y a 11 ans
breaker eaf0b22478 More efficient synchronization il y a 11 ans
deadline 164d336eab fix example il y a 11 ans
retrier f264dd2276 Add support for jitter in the retrier il y a 11 ans
semaphore b89f64cc19 Add build status to readmes il y a 11 ans
.gitignore 9d854293d0 Initial commit il y a 11 ans
.travis.yml c5e584d6ec Add go 1.4 support il y a 11 ans
LICENSE 9d854293d0 Initial commit il y a 11 ans
README.md 87d926d4a3 Add build status and godoc to top-level makefile il y a 11 ans

README.md

go-resiliency

Build Status GoDoc

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)