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
- Functions Failing on CRON Schedule
I set up an hourly CRON Schedule for my function and It only executes successfully every after 3 hours sometimes 10 hours. When I execute it manually it works e...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...