Editing
Troubleshooting of Google Vertex AI Search
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Troubleshooting: "Quota exceeded for Search lite requests" Error in Discovery Engine === '''Issue Description''': When using Discovery Engine API to retrieve search results, the following error occurs: <pre> { "error" : { "code" : 429, "message" : "Quota exceeded for quota metric 'Search lite requests' and limit 'Search lite requests per minute' of service 'discoveryengine.googleapis.com' for consumer 'project_number:XXX'.", "status" : "RESOURCE_EXHAUSTED", ... } } </pre> '''Root cause:''' The metadata in the error response has indicated that the quota value is '''100 requests per minute''' '''Resolution Steps''': Resolve API Quota Limit Exceedance Option 1: Increase the delay time between requests # Implement this timing delay in your code to prevent 429 errors. 60 seconds ÷ 100 requests = 0.6 seconds per request e.g. Add a 0.6 ~ 1 second pause between each request to stay within rate limits # Adjust the delay time as needed based on your quota and request patterns Option 2: Increase quota limit # Go to the Quotas page in Google Cloud Console and find "Search lite requests per minute" # Select the relevant quota, click "EDIT QUOTAS", and submit a request for a higher limit # Wait for Google Cloud Support to review and approve Option 3: Implement exponential backoff retry mechanism # Detect HTTP 429 errors in your application and set an initial delay (e.g., 1 second) # Increase the delay time with each failed retry (e.g., 2 seconds, 4 seconds, 8 seconds, etc.) # Continue retrying until the request succeeds or maximum retry count is reached
Summary:
Please note that all contributions to LemonWiki共筆 are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
LemonWiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Current events
Recent changes
Random page
Help
Categories
Tools
What links here
Related changes
Special pages
Page information