Skip to content

Commit

Permalink
test: enable retry on errors (#229)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
bcoe and gcf-owl-bot[bot] authored Nov 11, 2021
1 parent a5c42c0 commit 2395391
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/google-cloud-aiplatform/linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"www.googleapis.com",
"img.shields.io"
],
"retry": true,
"retryErrors": true,
"retryErrorsCount": 5,
"retryErrorsJitter": 3000,
"silent": true,
"concurrency": 10
"concurrency": 5
}

0 comments on commit 2395391

Please sign in to comment.