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
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- _APP_OPTIONS_ROUTER_PROTECTION
Hi Everyone, I just setup a fresh 1.9.0 on a server. Configured everything and now when i try to connect to appwrite for first time setup i get a _APP_OPTIONS_R...
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....