Best way at present to create/update/delete multiple documents at one go
- 0
- Databases
- Functions
- Cloud
At present I am using cloud function and loop the create document function.
But I need to know whether 120 requests per minute limit is there for cloud functions too???
Also awaiting for each call and then sending another create document request takes some time.Is there any other option to do
REQUEST:- Create a direct function like create documents,update documents and delete documents so that it doesn't require the use of creating cloud function.
P.S. I am using python for cloud functions.
Thank you.
Recommended threads
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...