Skip to content

Conversation

@alvarowolfx
Copy link
Contributor

Linkinator now supports custom error handling on status codes. Since our docs ci step have been failing due to 403 and 429 errors, I moved then to be a warning.

@alvarowolfx alvarowolfx requested review from a team as code owners November 18, 2025 19:36
@alvarowolfx alvarowolfx requested a review from tswast November 18, 2025 19:36
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/nodejs-bigquery API. labels Nov 18, 2025
],
"statusCodes": {
"403": "warn",
"429": "warn"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think 429 shouldn't be an issue JustinBeckwith/linkinator#681

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. But ugh, linkinator v7 requires Node 20, I was testing locally with Node 20 and thought that was finally gonna solve this issue, but we are on Node 18 yet. 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/nodejs-bigquery API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants