---
title: "Per-Webhook Backoff Strategy"
description: "Choose exponential, linear, or fixed backoff strategy and delay parameters per webhook."
url: "https://wpwebhooks.org/docs/per-webhook-backoff/"
---

[WP Webhooks](https://wpwebhooks.org/) / [Docs](https://wpwebhooks.org/docs/) / Per-Webhook Backoff Strategy

Feature Pro since v1.8.0

# Per-Webhook Backoff Strategy

Choose exponential, linear, or fixed backoff strategy and delay parameters per webhook.

Configure the retry delay strategy for each webhook independently. Three strategies: `exponential` (base\_delay × 2^attempt, capped at max\_delay), `linear` (base\_delay × attempt), `fixed` (always base\_delay). Resolution order: per-webhook → global Pro setting → plugin default (exponential, 30s base, 3600s cap).

/ Related

[Per-Webhook Retry Settings](https://wpwebhooks.org/docs/per-webhook-retry/)[Smart Retry with Exponential Backoff](https://wpwebhooks.org/docs/smart-retry/)[fswa\_backoff\_delay](https://wpwebhooks.org/docs/fswa-backoff-delay/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://wordpress.org/plugins/flowsystems-webhook-actions/) [See the Plugin →](https://wpwebhooks.org/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"Per-Webhook Backoff Strategy — Feature — Webhook Actions Docs","description":"Choose exponential, linear, or fixed backoff strategy and delay parameters per webhook.","url":"https://wpwebhooks.org/docs/per-webhook-backoff/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
