My website is done. working on a demo for the client. my collections have 3 to 20 records each. working on seeding data, i'm facing again and again the dreaded 'Rate limit exceeded' error on my backed. WTF? how much is that limit? If I can't add/delete 50 records without hitting the ceiling, that's a big nono for me. I don't think i'll use appwrite again.
What operation are you doing when getting that error?
If you're using an API Key with valid scopes, you should not be hitting the limits
deleting all records (3-50) each time, then inserting them again. did this maybe 10 times
4 collections.
Recommended threads
- Does OAuth2 not work if I'm running Reac...
I can't seem to get OAuth to work. I'm running ReactJS and after logging in with google it sends me back without any cookies
- OAuth2 not working
Hello guys, I am using the appwrite cloud version. And today I tried logging in a user with using OAuth2 with provider Google and Apple, both did not work. Als...
- 1M+ CSV row data to DB
I have a csv that I intend to add to a collection in my database but that csv has millions of rows. The process of adding each column and its rows under an at...