summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCaolan McMahon <caolan.mcmahon@gmail.com>2014-04-04 10:39:08 +0100
committerCaolan McMahon <caolan.mcmahon@gmail.com>2014-04-04 10:39:08 +0100
commitdfa3c93bdf7bd41ea81a8af7a54bc523fad66009 (patch)
tree0dd97f8de3ae00541100b08b136a85f879463d9f /README.md
parent398b89511e02f3953d40c5916781cfa4103f9e21 (diff)
parent630a74e1c7777e2a5fc1d10ae1c12ff202ae8153 (diff)
downloadasync-dfa3c93bdf7bd41ea81a8af7a54bc523fad66009.tar.gz
Merge pull request #484 from jessehouchins/retry-docs
docs for retry task argument
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d9a1ff..53dedba 100644
--- a/README.md
+++ b/README.md
@@ -1342,6 +1342,7 @@ result (if any) of the final attempt.
__Arguments__
+* `times` - An integer indicating how many times to attempt the `task` before giving up. Defaults to 5.
* `task(callback, results)` - A function which receives two arguments: (1) a `callback(err, result)`
which must be called when finished, passing `err` (which can be `null`) and the `result` of
the function's execution, and (2) a `results` object, containing the results of