# Retry Policy

## Retry Policy
If your webhook endpoint doesn't respond successfully (non-2xx status code or connection error), Resolve will automatically retry sending the webhook notification. The retry schedule follows an exponential backoff pattern:
- **1st retry**: 30 seconds after the initial attempt
- **2nd retry**: 90 seconds after the 1st retry
- **3rd retry**: 270 seconds (4.5 minutes) after the 2nd retry
- **4th retry**: 810 seconds (13.5 minutes) after the 3rd retry
- **5th retry**: 2430 seconds (40.5 minutes) after the 4th retry

After the 5th unsuccessful attempt, Resolve will stop retrying and the webhook delivery will be marked as failed.

Version: V5
Security: bearerAuth, basicAuth
