Commit 0c7a7aa
committed
docs(learnings/webhooks): default to exponential backoffPlan with 4xx exclusions
Server URL configs lose deliverable events on a single failed POST. Document the
backoffPlan pattern (exponential, maxRetries 3, baseDelaySeconds 1) plus
excludedStatusCodes for the 4xx family — semantic rejections that retrying won't
fix. Recommend this as the default for any new server.url definition so
end-of-call-reports survive transient webhook hiccups.1 parent 4b04f7b commit 0c7a7aa
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
42 | 72 | | |
43 | 73 | | |
44 | 74 | | |
| |||
0 commit comments