We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d291e9b commit 2edefc4Copy full SHA for 2edefc4
README.md
@@ -15,7 +15,7 @@ request({
15
url: 'https://api.domain.com/v1/a/b'
16
json:true,
17
18
- // The above parameters are specific to Request-retry
+ // The below parameters are specific to request-retry
19
maxAttempts: 5, // (default) try 5 times
20
retryDelay: 5000, // (default) wait for 5s before trying again
21
retryStrategy: request.RetryStrategies.HTTPOrNetworkError // (default) retry on 5xx or network errors
0 commit comments