Commit a7961ce
authored
fix: timeouts on
## 🧰 Changes
We've been running into issues with `doc:upload` calls processing 6
pages and then failing out with undici timeout errors despite no actual
request ever happening. I don't really know what's going on with the
`allSettled` or undici and why it's consistently failing but reworking
`doc:upload` to process each page in the batch one by one resolves our
issues (albeit at the expensive of making the command slower).doc:upload (#1227)1 parent c40dea6 commit a7961ce
2 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| 328 | + | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
294 | 308 | | |
295 | 309 | | |
296 | 310 | | |
| |||
0 commit comments