Sin descripción

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

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)