-
Notifications
You must be signed in to change notification settings - Fork 441
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Getting consistent "HTTP 429 Too Many Requests" errors immediately when submitting documents to LlamaParse API, even with only a single document and no concurrent requests. The rate limiting appears to be overly aggressive, preventing normal usage of the service. Errors occur within 3-4 seconds of request submission, suggesting the rate limit is being triggered before any actual processing begins.
Client:
- Python Library
Additional context
Client configuration used:
LlamaParse(
api_key=api_key,
result_type="text",
preprocess_text=True,
extract_charts=True,
premium_mode=True,
)
Error pattern observed:
06:30:06 - HTTP 429 Too Many Requests (retry in 4.0s)
06:30:10 - HTTP 429 Too Many Requests (retry in 4.0s)
06:30:15 - HTTP 429 Too Many Requests (retry in 4.0s)
06:30:19 - HTTP 429 Too Many Requests (retry in 8.0s)
There is nothing in the LlamaCloud dashboard to indicate if I have exceeded the API rate allowance
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working