Update checked-in dependencies
This commit is contained in:
parent
78f2db88fc
commit
45eb0a66d5
32 changed files with 77161 additions and 5865 deletions
4
node_modules/@octokit/plugin-retry/README.md
generated
vendored
4
node_modules/@octokit/plugin-retry/README.md
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
# plugin-retry.js
|
||||
|
||||
> Retries requests for server 4xx/5xx responses except `400`, `401`, `403` and `404`.
|
||||
> Retries requests for server 4xx/5xx responses except `400`, `401`, `403`, `404`, and `422`.
|
||||
|
||||
[](https://www.npmjs.com/package/@octokit/plugin-retry)
|
||||
[](https://github.com/octokit/plugin-retry.js/actions?workflow=Test)
|
||||
|
|
@ -76,7 +76,7 @@ const octokit = new MyOctokit({
|
|||
});
|
||||
```
|
||||
|
||||
You can manually ask for retries for any request by passing `{ request: { retries: numRetries, retryAfter: delayInSeconds }}`
|
||||
You can manually ask for retries for any request by passing `{ request: { retries: numRetries, retryAfter: delayInSeconds }}`. Note that the `doNotRetry` option from the constructor is ignored in this case, requests will be retried no matter their response code.
|
||||
|
||||
```js
|
||||
octokit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue