Deploying the standard python function takes around 40 seconds on my raspberry pi 4 with 8gb ram, 1.8ghz, ARM v8. Is this normal? Does Appwrite need that much power just to deploy a function? For dart functions, its more then 1m30s even
maybe...you can try to run docker stats to try and see what's using what while deploying
The container that took the most cpu% was a container with a random id, it wasnt any of the appwrite-... containers
that's probably the runtime container. it's named: <project id>-<deployment id> and the image should match your runtime language and version
dart definitely takes more resources because it's compiling our code with the rest of the runtime code
including pulling dependencies
Recommended threads
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...