I am receiving this type of error from time to time with the use of functions.
Multiple internal curl errors has occurred within the executor! Error Number: 111. Error Msg: Connection refused\nError Code: 500
This started after updating appwrite
Self hosted?
I have a different provider
What do you mean?
I have a VPS configured with appwrite DOCKERS
ah okay. you are self-hosting, then
this can happen sometimes if it takes a little long for the function to startup. What's the log of all your executions look like?
I have version nodejs-16.0 installed and appwrite I have version 1.4.13
I was asking about the executions tab that shows all the executions
The problem is that it is not very recurring
hmmm so the previous execution was an hour before that so maybe it had a cost start. What about the occurence before that one?
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...