Objective:
- Backoff mechanish
Environment:
- Clio API
Additional Information:
More information on Clio's webhooks can be found here.
Answer:
Webhooks employ an exponential backoff system to reattempt failed Webhooks.
The base timeout retry is 2 minutes, and we re-attempt 5 times, with the length of time between each attempt doubling.