Decodable · Rate Limits

Decodable Rate Limits

Decodable does not publish explicit numeric rate limits for the control-plane REST API. Practical capacity is governed by plan-level resource quotas rather than per-second request limits: the Free plan caps concurrent tasks (4) and streams (20); the On Demand plan caps streams (50) with unlimited concurrent tasks; Enterprise removes task and stream caps. Stream throughput and retention are bounded by plan (e.g. 10GB/24h on Free, 100GB/7-day on On Demand). Specific per-endpoint request limits are not documented and are not reconciled in this artifact.

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

It captures 4 rate-limit definitions, measuring tasks, streams, bytes, and requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Stream Processing, Apache Flink, Debezium, Real Time Data, and Data Pipelines.

4 Limits Throttle: 429
Stream ProcessingApache FlinkDebeziumReal Time DataData PipelinesCDCRate LimitingQuotasThrottling

Limits

Concurrent Tasks account
tasks
see plan (Free 4; On Demand unlimited; Enterprise unlimited)
Task concurrency is a plan-level quota, not a request rate limit.
Streams account
streams
see plan (Free 20; On Demand 50; Enterprise unlimited)
Maximum number of streams allowed per account by plan.
Stream Retention / Size account
bytes
see plan (Free 10GB/24h; On Demand 100GB/7-day)
Retention window and per-stream size bounded by plan.
Control-Plane API Requests account
requests
see provider documentation
No explicit numeric per-second/per-minute API request limit is documented.

Policies

Plan-Based Quotas
Capacity scales with plan; tasks/streams quotas raise from Free to On Demand to Enterprise.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources