
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
- Logs do not work when debugging openrunt...
Hey there. Trying to debug some openruntimes functions locally. I manage to run the server and make requests to it, but for some reason the logger is not printi...
- Adjusting Node Heap limit on Appwrite Si...
I am running into a build issue with Appwrite Sites. I'm trying to build and deploy one of my Nuxt applications, and I am getting a failed deploy every time. Th...
- Issue: Incorrect input type for cron sch...
Description: The input field for setting the function schedule is of type email, which prevents entering a valid cron expression. Error Message: Please include...
