Hi there 🙂 I need to fill some collections which are stored in a list. There are a lot of documents. When I try to create so many documents, it works for a while and then it stops telling me some kind of limit has been reached. How can I change that the time I fill my collections ? I work with appwrite cloud. Thanks for help Sylvain
What limit are you talking about?
I'm going to assume you're talking about a rate limit. This is expected to prevent end users from spamming the server. They will either need to wait or you'll need to expose this functionality with an Appwrite function (using an API key)
Recommended threads
- Error with realtime channels
I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {\"type\":\"error\",\"data\":{\"code\":1008,\"me...
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...
- functions
Code for function not being created in Github. Permissions are set correctly, repository is created, however no code is in the created repository. Just trying...