Convex Rate Limits
Convex limits are expressed primarily as concurrency (queries, mutations, actions, scheduled jobs) and per-function execution constraints rather than per-second request rates. Concurrency capacity is bound to the deployment instance class (S16, S256, D1024). Plan-level monthly quotas (function calls, GB-hours of action compute, etc.) are documented in the plans artifact and act as soft quotas with pay-as-you-go overage rather than hard throttles.
Convex Rate Limits is the machine-readable rate-limit profile for Convex on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 28 rate-limit definitions, measuring concurrent_requests, concurrent_connections, execution_seconds, documents, and bytes.
The profile also includes 5 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and serviceUnavailable.
Tagged areas include Backend, Database, Functions, Real-Time, and Reactive.