Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

If you want to experiment with our webhooks before having everything set up on your side, https://hookbin.com/ is your friend

Retry_backoff timings

  • 0: immediately

  • 1: retry_backoff * 2^0 seconds after attempt 0, so 30 seconds later in the example

  • 2: retry_backoff* 2^1 seconds after attempt 1, so 1 minute after attempt 1 and 1'30 after initial attempt

  • 3: retry_backoff* 2^2 seconds after attempt 2, so 2 minutes after attempt 2 and 3'30 after initial attempt

  • 4: retry_backoff* 2^3 seconds after attempt 3, so 4 minutes after attempt 3 and 7'30 after initial attempt

  • 5: retry_backoff* 2^4 seconds after attempt 4, so 8 minutes after attempt 4 and 15'30 after initial attempt