Hookbase
Free Tools
LoginGet Started Free

Retry Calculator

Visualize retry timing for exponential backoff, linear, and fixed strategies. Plan your webhook retry configuration with jitter support.

Configuration
On
Total Retries
8
Total Time Window
4m 15s
3m 11s – 5m 19s
Last Retry Delay
2m 8s
Strategy
Exponential
+jitter
Retry Timeline
t=0
Initial request
1s
#1
3s
#2
7s
#3
15s
#4
31s
#5
1m 3s
#6
2m 7s
#7
4m 15s
#8
Attempt Details
#DelayCumulativeWindow
0—0sInitial request
11s750ms – 1.3s1s1s after start
22s1.5s – 2.5s3s3s after start
34s3s – 5s7s7s after start
48s6s – 10s15s15s after start
516s12s – 20s31s31s after start
632s24s – 40s1m 3s1m 3s after start
71m 4s48s – 1m 20s2m 7s2m 7s after start
82m 8s1m 36s – 2m 40s4m 15s4m 15s after start
Recovery Insight

If your endpoint goes down and recovers within a given window, here is how many retry attempts will have been made:

Recovers in 30s
4 / 8
50% used
Recovers in 1m
5 / 8
63% used
Recovers in 5m
8 / 8
100% used

How Exponential Backoff Works

  1. The first retry fires after the initial delay
  2. Each subsequent delay is multiplied by the backoff multiplier
  3. Delays are capped at the max delay to prevent runaway waits
  4. Jitter adds randomness to prevent thundering herd problems
  5. After max retries, the delivery is marked as failed

Choosing the Right Strategy

  • Exponential — Best for most webhook use cases. Gives the endpoint time to recover without overwhelming it.
  • Linear / Fixed — Good for time-sensitive deliveries where you want predictable retry spacing.
  • Aggressive — Use when low latency matters more than endpoint protection, such as payment callbacks.
  • Conservative — Use for non-urgent events where you can afford to wait hours or days for recovery.

Want more? Try automatic retry management in Hookbase

Get started free with no credit card required.

Get Started Free Learn More
Hookbase

Reliable webhook infrastructure for modern teams. Built on Cloudflare's global edge network.

Product

  • Features
  • Pricing
  • Use Cases
  • Integrations
  • ngrok Alternative

Resources

  • Documentation
  • API Reference
  • CLI Guide
  • Blog
  • FAQ

Free Tools

  • All Tools
  • Webhook Bin
  • HMAC Calculator
  • JSONata Playground
  • Cron Builder
  • Payload Formatter
  • Local Testing

Legal

  • Privacy Policy
  • Terms of Service
  • Contact
  • Status

© 2026 Hookbase. All rights reserved.