Skip to content

Commit 9d301d2

Browse files
committed
Build: Skip checking code-of-conduct.openjsf.org & x.com in the hydra crawler
We're getting 429 Too Many Requests on almost every spider-check run. We're already skipping twitter.com, let's do the same for x.com.
1 parent 1965978 commit 9d301d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/configs/hydra-config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"//": [
33
"2023-05: twitter.com serves broken redirect-loop",
4-
"2025-04: The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one"
4+
"2025-04: The oembed endpoint responds HTTP 429 Too Many Requests too often; perhaps because almost every page links to one",
5+
"2026-03 code-of-conduct.openjsf.org serves 429 Too Many Requests too often",
6+
"2026-03: twitter.com used to serve a broken redirect-loop and we expect x.com to be doing the same"
57
],
68
"exclude_scheme_prefixes": [
79
"https://twitter.com/",
8-
"https://api.jquery.com/wp-json/oembed/1.0/embed"
10+
"https://api.jquery.com/wp-json/oembed/1.0/embed",
11+
"https://code-of-conduct.openjsf.org/",
12+
"https://x.com/"
913
]
1014
}

0 commit comments

Comments
 (0)