Rank 1: Thread
Sometimes I am sending a series of getDocument requests using Node.js SDK and sometimes I get an error: unable to get issuer certificate
Votes
0
Replies
7
Participants
Unknown
Messages
8
Rank 1: Thread
Sometimes I am sending a series of getDocument requests using Node.js SDK and sometimes I get an error: unable to get issuer certificate
Rank 1: Thread
Example ^
The not found error is what I mark explicitly in my logs.
Are there rate limits for getDocument ?
Rank 1: Thread
I also get this for trying to creat a document
Rank 1: Thread
I run these queries in parallel, so at any time, a dozen of requests can be sent a second.
Rank 1: Thread
Since there's no bulk upsert facility
Rank 1: Thread
Using await Promise.all()
Rank 1: Thread
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.
Rank 1: Thread
When working with hundreds or thousands of records per minute, not using parallelisation is causing a performance bottleneck.