I see that my server has more resources that it is not using. But because we're using a lot of functions that darken collections, it takes time to execute. I'm using version 1.1.2
First it's always best to upgrade as the performance improved in the latest 1.4.3 version, if you do so remember to upgrade to 1.2.1+ migrate then 1.3.8 + migrate then to 1.4.3
For being able to execute simultaneous check the semi-solution in that issue.
Also remember to backup in each step
BTW
- What are your server specs?
- How many function are you executing utmost for a given second?
- What is the output (random) of
docker stats
Updating is in the plans but as I am in production, we are planning the update.
Understood
Then the semi-solution should increase your function execution capacity
16 GB Memory / 8 AMD vCPUs / 160 GB Disk
That's a pretty strong server
Checking the CPU graphics does not exceed 35% usage. Physical memory at 50%
With only 40 functions, my calculations are four thousand and ten thousand every 24 hours, so the execution counter is on page 417 of the console. The work is not constant but there is an excess of resources to study the solution that you suggested, obrigado.
π
Recommended threads
- [v1.8.1] Getting error "(role: applicati...
... but that scope doesn't exist. I am trying to get a function to run and modify tables in the database dynamically. I set everything up and eventually got: ...
- Scheduled function silently stopped firi...
Function is scheduled `* * * * *` and is `enabled: true`, but Appwrite Cloud has stopped queueing executions. Last execution: **2026-05-30 00:47 UTC** (~46h...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I canβt fin...