Commit be5a1f8
fix: set read_timeout on Redis reconnect and use instant docker stop
- Set Redis OPT_READ_TIMEOUT to 5s in reconnectCache() to prevent
indefinite hangs on stale connections
- Use docker stop -t 0 for immediate container stop (no 10s grace
period) so the test moves on quickly
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 93d3108 commit be5a1f8
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
703 | 703 | | |
704 | 704 | | |
705 | 705 | | |
| 706 | + | |
706 | 707 | | |
707 | 708 | | |
708 | 709 | | |
| |||
0 commit comments