Commit 5ec4537
fix(data-drains): match documented webhook retry count
Docs promise 3 retries with 500ms/1s/2s backoff but MAX_ATTEMPTS=3 only
delivered 2 retries (the 2s backoff was never reached). Bump to 4 so the
initial attempt plus 3 retries match the published contract.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 635907d commit 5ec4537
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments