Skip to content

Commit 1e3f1b4

Browse files
committed
fix: define retry limit is defined in retry config
1 parent e589ae3 commit 1e3f1b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/definitions/retry.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export const RETRY_CONF = {
55
// By default, Octokit does not retry on 404s.
66
// But we want to retry on 404s to account for replication lag.
77
doNotRetry: [400, 401, 403, 422],
8+
retries: 3,
89
};

0 commit comments

Comments
 (0)