Commit 16aef2e
feat: add exponential backoff delay to non-capacity error retries
Errors like lost IDB connections, closing databases, and backing store
failures now wait with exponential backoff (100ms * 2^attempt +/- 25%
jitter) before retrying, giving the DB connection time to recover.
Capacity errors (QuotaExceeded, disk full) keep immediate retry with
eviction.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 58d2a8c commit 16aef2e
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
841 | 848 | | |
842 | | - | |
| 849 | + | |
843 | 850 | | |
844 | 851 | | |
845 | 852 | | |
| |||
0 commit comments