Hello all,
For months i have been struggling with sporadic function execution timeout. I cannot seem to find a pattern, other than sometimes it helps to startup the appwrite docker container and wait a while(maybe 5-10 minutes), without interacting with appwrite at all, whereafter its more likely to not timeout. Im unsure how to find useful error messages using Docker Desktop. I've tried looking for error messages in the appwrite-executor container. I could really use some debugging help, as the issue has only gotten worse, and now significantly disrupts the development process. Another note: It happens more after re-deploying my function with the appwrite-CLI.
Im on self-hosted appwrite 1.4.13 and CLI 4.2.0
Thank you in advance.
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...