
I'm trying to get v1.6.0 deployed to a single linode 2GB instance. It's using docker swarm right now (just trying to get it working with 1 node/server). I've got it running except when I try to run a cloud function it timesout with the error Functions Error: Function timed out during cold start. Error Code: 400
. I've trimmed the function down to just returning hello world. It works on another instance of v1.6.0 appwrite with the function being deployed the same way (appwrite CLI) so I'm pretty sure it's not the code.
The docker container for the function does get created. The logs are:
Starting ...
HTTP server successfully started!```
The executor container has the error:
```[Error] Type: Exception
[Error] Message: Function timed out during cold start.
[Error] File: /usr/local/app/http.php
[Error] Line: 1229```
The appwrite container doesn't have errors related to the function failing. The entrypoint is the same as the instance where it runs perfectly (it's a dart function so it's `lib/main.dart`).
I've compared the .env and docker_compose.yml to the one that results in the standard appwrite self hosted install command. I've attached both with some of the info removed (the passwords and such were working on a previous instance of appwrite so pretty sure it's not them).
Any ideas?

All services in the stack are running and I haven't found anything that I can identify by looking throught the containers via docker container inspect [id]
Recommended threads
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Adding Domain to Sites [Self Hosted]
I am struggling to get this working. I stood-up a new server and deployed appwrite 1.7.4. I added update .env file _APP_DOMAIN=appwrite.mydomain.com _APP_DOMAI...
- Need help migrating from self hosted to ...
Hi! I am using self hosted appwrite for testing stuff out and now it's prod ready I want to deplot it to the cloud version. It gave me this error when fetchin...
