Aucune description

Evan Huus a5cb3f2b7d Implement the retriable resiliency pattern il y a 11 ans
batcher 8947dd8d6a Implement batcher pattern 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 a5cb3f2b7d Implement the retriable resiliency pattern 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 a5cb3f2b7d Implement the retriable resiliency pattern il y a 11 ans

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)