Skip to content

Commit 2395391

Browse files
test: enable retry on errors (#229)
* test: enable retry on errors * try this again, should have added a comment * chore: fiddle with jitter * debug * force build * chore: fix config * build: final settings that I landed on * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a5c42c0 commit 2395391

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/google-cloud-aiplatform/linkinator.config.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"www.googleapis.com",
66
"img.shields.io"
77
],
8+
"retry": true,
9+
"retryErrors": true,
10+
"retryErrorsCount": 5,
11+
"retryErrorsJitter": 3000,
812
"silent": true,
9-
"concurrency": 10
13+
"concurrency": 5
1014
}

0 commit comments

Comments
 (0)