10000
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 e589ae3 commit 1e3f1b4Copy full SHA for 1e3f1b4
lib/definitions/retry.js
@@ -5,4 +5,5 @@ export const RETRY_CONF = {
5
// By default, Octokit does not retry on 404s.
6
// But we want to retry on 404s to account for replication lag.
7
doNotRetry: [400, 401, 403, 422],
8
+ retries: 3,
9
};
0 commit comments