Skip to content

Commit

Permalink
Update README.md (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpep authored Aug 12, 2024
1 parent dead17a commit 99126ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ NetworkResiliency
![Gem](https://img.shields.io/gem/dt/network_resiliency?style=plastic)
[![codecov](https://codecov.io/gh/dpep/network_resiliency_rb/branch/main/graph/badge.svg)](https://codecov.io/gh/dpep/network_resiliency_rb)

Making network requests more resilient to error.
- less errors, by retrying
- less time, by setting granular timeouts
Making network requests more resilient
- waste less time on failures by using dynamic, granular timeouts and deadeline propagation
- reduce errors by automatically retrying idempotent calls
- observe every network connection and request


```ruby
Expand Down

0 comments on commit 99126ee

Please sign in to comment.