-
Notifications
You must be signed in to change notification settings - Fork 264
Build: Skip checking oembed wp-json links in the hydra crawler #1275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The remaining failure is legitimate and I'm fixing it in jquery/jquery-wp-content#482. Please approve that other PR and I can re-run the check here before merging. |
Looks like Google is having issues.
About 1 in 10 times reproducible locally with curl. Ha!
|
The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one. Also, run the spider check on PRs that modify the hydra config file.
@Krinkle all green now. |
Change the html5shiv link from https://code.google.com/p/html5shiv/ to https://github.com/afarkas/html5shiv to which the former already 301-redirects. We've had some code.google.com-related spider-check crawler errors which this may also eliminate. Ref jquerygh-1275
@Krinkle This link already 301-redirects to GitHub so I updated it in PR #1276, PTAL. |
Change the html5shiv link from https://code.google.com/p/html5shiv/ to https://github.com/afarkas/html5shiv to which the former already 301-redirects. We've had some code.google.com-related spider-check crawler errors which this may also eliminate. Ref gh-1275
The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one.