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
- Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...