added

Webhook Retry Policy

The webhook retry policy is updated to the following:

The time between each retry increases exponentially by a power of 2 with jitter till a period of 8 hours. The first retry starts after 1 second of original webhook delivery.

This process is repeated 3 times. You can receive a retried webhook upto 24 hours from the delivery of the first webhook.

Previously, each retry increased exponentially till a period of 12 hours and you could receive a retried webhook upto 36 hours from the delivery of the first webhook