Function Performance / Concurrency / Throughput - Timeout issues
- 0
- Self Hosted
- Functions
- Web
- REST API
Hi,
I have created a function that acts as an upsert endpoint (domain) which is expected to receive a large amount of requests. It seems that after a certain point, all requests begin to timeout (30 second timeout set). If a request to a function is in the process of timing out, does this mean all other requests hang, waiting for the timeout to occur, before other requests are processed?
Is there a way to improve concurrency or throughput with functions? I'm trying to process over 1000 requests per minute.
I'm using the nodejs runtime.
Thanks.
Follow-up question, the docs say that if function envars are empty, it will disable limits. It seems at some point mine were defaulted to "0", is this considered empty?
Recommended threads
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...