Convoy · Rate Limits

Convoy Rate Limits

Convoy applies rate limits in two places. First, at the platform tier, the managed Convoy Cloud Pro plan caps event delivery at 25 events/second (Enterprise is custom). Second, per-endpoint rate limits can be configured by the customer through the Endpoint resource (count + duration window) and are enforced by the delivery worker before issuing the outbound HTTP call. Inbound API request rate limits to the Convoy management API itself are not publicly documented as fixed values.

Convoy Rate Limits is the machine-readable rate-limit profile for Convoy on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions.

The profile also includes 6 backoff/retry policies defined.

Tagged areas include Webhooks, Rate Limits, and Webhook Gateway.

2 Limits
WebhooksRate LimitsWebhook Gateway

Policies

Convoy Cloud Pro — Event Delivery Rate
"25 events/second" — the documented per-account rate ceiling on the Pro plan. Excess delivery work queues for subsequent windows rather than failing.
Convoy Cloud Enterprise — Event Delivery Rate
"Custom" — Enterprise customers negotiate event-throughput targets and bursting allowances directly with Convoy.
Per-Endpoint Rate Limit
Each Convoy Endpoint resource carries `rate_limit` (count) and `rate_limit_duration` (seconds) fields. The delivery worker throttles attempts against the endpoint to the configured count per window.
Per-Subscription Rate Limit
Subscriptions expose a `rate_limit_config` block (count + duration) that further constrains fan-out throughput along that subscription's path.
Retry Cadence (Effective Rate Control)
Convoy retries failed deliveries using either linear (constant-time, default 1 hour) or exponential backoff with ±10% jitter (formula `min(delaySeconds * 2^attempt, maxRetrySeconds) + jitter`, default cap 7200 seconds). Default retry limit is 20 attempts.
Convoy Management API Rate Limit
Convoy does not publicly document a fixed rate limit on its management API surface. Self-hosted operators set their own; Cloud limits are governed by the platform tier above.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/convoy-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.