Commit 4f4a036
Add retry logic with exponential backoff to fetch calls
Implements retry mechanism for cache deletion API calls with:
- Up to 3 retry attempts on network failures
- Exponential backoff delays (1s, 2s, 4s)
- Silent retries (no logging unless final failure)
- Proper TypeScript types using node-fetch RequestInit and Response
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent c27f005 commit 4f4a036
2 files changed
+37
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
3 | 21 | | |
4 | 22 | | |
5 | 23 | | |
| |||
36 | 54 | | |
37 | 55 | | |
38 | 56 | | |
39 | | - | |
| 57 | + | |
40 | 58 | | |
41 | 59 | | |
42 | 60 | | |
| |||
0 commit comments