Skip to content

Commit

Permalink
Document the reduced retry interval
Browse files Browse the repository at this point in the history
  • Loading branch information
prognostikos committed Sep 26, 2023
1 parent d259f64 commit ed31da3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/includes/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ receive an HTTP 200 response within 30 seconds.
The system retries at exponentially-increasing intervals equal to
(failure_count^4 + 3) seconds. This means that delivery will be retried 4
seconds after the first failure, 19 seconds after the second, 84 seconds after
the third, 259 seconds after the fourth, and so on until it succeeds.
the third, 259 seconds after the fourth, and so on. When the retry interval hits
one day the system will attempt sending once daily until it succeeds.

## Responding to a webhook request

Expand Down

0 comments on commit ed31da3

Please sign in to comment.