When trying to getDocument I occasionally encounter "unable to get issuer certificate"
- 0
- Databases
- Web
- Cloud
Sometimes I am sending a series of getDocument requests using Node.js SDK and sometimes I get an error: unable to get issuer certificate
Example ^
The not found error is what I mark explicitly in my logs.
Are there rate limits for getDocument ?
I also get this for trying to creat a document
I run these queries in parallel, so at any time, a dozen of requests can be sent a second.
Since there's no bulk upsert facility
Using await Promise.all()
When attempting to send database calls in a sequential order, it works fine. It seems like there's some hidden rate limit. If someone from the Appwrite team could answer, I'd be very happy.
When working with hundreds or thousands of records per minute, not using parallelisation is causing a performance bottleneck.
Recommended threads
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Sydney Cloud Sites: App Git deployment a...
Project ID: rentwize-db The app Site fails after the build completes with a missing build archive error. Site id: app Framework: TanStack Start SSR Output dir...
- Active Running Project Deletion Alert Em...
Hi , I received an email alert from Appwrite today stating “your project will be deleted within 14 days if no action is taken,” though I have been actively usin...