Skip to content

Commit

Permalink
Add section on intimidate to Readme.md
Browse files Browse the repository at this point in the history
Per discussion in issue Automattic#116, adding a blurb about intimidate, a wrapper for retriable uploads with exponential backoff, to the Beyond Knox section of the readme.
  • Loading branch information
jergason committed Apr 19, 2013
1 parent e0e1a97 commit ba6fbaf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,15 @@ filesystem. For simple cases this is often exactly what you want!
[@superjoe30]: https://github.com/superjoe30
[s3]: https://npmjs.org/package/s3

### Uploading With Retries and Exponential Backoff

[@jergason][] created [intimidate][], a library wrapping Knox to automatically retry
failed uploads with exponential backoff. This helps your app deal with intermittent
connectivity to S3 without bringing it to a ginding halt.

[@jergason]: https://github.com/jergason
[intimidate]: https://npmjs.org/package/intimidate


## Running Tests

Expand Down

0 comments on commit ba6fbaf

Please sign in to comment.