Bubble Rate Limits
Bubble enforces rate limits on the Data API and Workflow API at the per-app level, with the request-per-minute ceiling determined by the app's subscription plan. In addition to request rate, Bubble meters server-side activity in Workload Units (WU): every API call, database query, scheduled workflow, and plugin invocation consumes a number of WU drawn from the monthly plan allotment. Hard limits also apply to request size, response size, response list length, and workflow timeout. Rate-limited requests return HTTP 429; legacy plans return 429 (and occasionally 503 on capacity-locked legacy infrastructure).
Bubble Rate Limits is the machine-readable rate-limit profile for Bubble on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 12 rate-limit definitions, measuring requests_per_minute, bytes, items, seconds, and levels.
The profile also includes 7 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and throttledLegacy.
Tagged areas include Rate Limiting, No-Code, Application Platform, and Workload Units.
Limits
Policies
Sources
- https://manual.bubble.io/help-guides/maintaining-an-application/performance-and-scaling/hard-limits.md
- https://manual.bubble.io/help-guides/security/api-security.md
- https://manual.bubble.io/help-guides/workload/understanding-workload.md
- https://manual.bubble.io/help-guides/workload/understanding-workload/activity-types.md