upload_in_flight_budget_exceeded
The company has too many bytes crossing the temporary disk at once (tabular imports and their previews, UBL, OCR and backup restore). This is a budget of bytes IN FLIGHT, not of stored space: it consumes no request bucket and does not appear in the rate-limit headers.
| Code | Type | HTTP | Category |
|---|---|---|---|
upload_in_flight_budget_exceeded | rate_limit_error | 429 | Rate Limit |
Cause
The company has too many bytes crossing the temporary disk at once (tabular imports and their previews, UBL, OCR and backup restore). This is a budget of bytes IN FLIGHT, not of stored space: it consumes no request bucket and does not appear in the rate-limit headers.
What to do
Wait the seconds given in Retry-After and repeat the upload: the bytes are released on their own as the jobs in progress finish. If you upload several files in parallel, chain them instead of firing them at once.
Related
All Rate Limit error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.