Commit 3a03504
committed
deploy(linkcheck): deal with stray "secondary rate limits"
Apparently it is relatively common to run into secondary rate limits
when calling the `search` REST API in GitHub Actions.
Let's try to just fall back to the regular `issues.listForRepo()` REST
API, with manual filtering, after sleeping for a while.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 9a9dc94 commit 3a03504
1 file changed
+20
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
118 | 135 | | |
119 | 136 | | |
120 | 137 | | |
| |||
0 commit comments