Commit 452ca46
bosd
fix: Ignore client-side timeouts for local processing to restore large batch support
- Previously, large batch processing (500+ records) worked fine for local imports,
taking 5-15 minutes as expected without interruption.
- Recent changes introduced overly aggressive client-side timeout handling that
was interrupting legitimate long processing times with premature fallbacks.
- This fix restores the previous behavior by completely ignoring client-side
ReadTimeout exceptions for local processing, allowing server-side processing
to complete naturally without artificial client-side interruption.
- Server-side timeouts and other genuine scalability issues still properly
trigger batch scaling as intended.
- All 370 tests continue to pass, confirming no regressions.
Fixes issue where batch imports to localhost were failing with 'timed out'
errors after ~35 seconds instead of waiting for the full server processing time.1 parent 0e01e28 commit 452ca46
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
484 | 507 | | |
485 | 508 | | |
486 | 509 | | |
| |||
0 commit comments