We are running on cloud and I use a Phyton Script. I got a list of about 4500 entries and a big data list with over 1 milion rows with detailed information. I need to check for the same name and copy values into the 4500 entries list. I got a phyton script, which was doing fine until I reached line 3000 something.
Starte Skript… Ein unerwarteter Fehler ist aufgetreten: [Errno 429] too many requests
So how long do I have to wait, until I can resume and run the script again?
Why is there any kind of limit, I only ran in batches of 20 and a max rows of 200 per running.
Bedeutung der Fehlermeldung
Das Limit von maximal 300 Anfragen pro Minute oder 5.000 pro Tag und Base wurde überschritten. Sie müssen warten, bis die API wieder Anfragen zulässt.
Schritte zur Fehlerbehebung
Optimieren Sie Ihren Code oder vergrößern Sie die Abstände zwischen den einzelnen Anfragen, um sicherzustellen, dass Sie unter dem Limit der Anfragen bleiben.
To protect the system from super heavy users - like you - that may cause stability issues. No seriously, we must enforce limits to protect the system. We cannot allow some users - most of them not aware of causing harm - to overload the system.
You obviously ran into the 5000 calls/day limit. The counter is reset daily.