-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
429 error #8
Comments
same problem for me, my site has reached around 50 million pages as well, all in the sitemap, maybe we can implement a rate limit? let's say allow this script to only send 200 requests per minute since that's the maximum allowed request speed. i will run this script indefinitely so id appreciate if we can limit the requests |
The API is limited to 200 requests per day (not per second) as per Google Documentation Since this quota is at the service account level, an option would be for the script to support multiple service accounts credentials. |
50 million ??? how? |
6 million? That's the number of articles in English on Wikipedia 😆
50 million??? That's the number of all articles in all languages on Wikipedia lol |
This was also a problem for a site with 15k pages. It couldn't get all the batches. This needs to be more robust with long term local caching of urls and 200 requests per day to the indexing api. |
I own a math calculator website with solutions to almost all possible textbook equations, for the benefit of the doubt, I make around 1 million pages a month and I need an automated indexer, I own several websites with 10M+ pages as well so a good client side rate limiter would be a huge help for sites like mine |
yes, we have the same problem with 25k sites. "429 error" Is there a way to increase the quota for "money"? |
I noticed that too on my project, I guess it’s normal or a bug on Google’s side |
you can ask google more quota, but i a dont think 50m will be accepted lol |
A great feature to implement would be to:
|
Agree @AntoineKM I think option 1 is the best one, but also save the progress so the next run would not have to go through the same URLs. Would you like to send a PR? I don't have such large sites to test it :) |
I also agree with @AntoineKM The first option is the best. |
site has about 6 million web pages, and a 429 error occurs during batch processing.
The text was updated successfully, but these errors were encountered: