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
- proccessing problems
A database schema operation is stuck in my Frankfurt project. In the matryq database, the workspaceId attribute of the coaching_activity_entries collection rema...
- User column is processing
I am still encountering the processing tag after creating a column in my database. and its not a network or refresh issue, i have refreshed over and over, shutd...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...