I'm receiving this error while executing functions:
Multiple internal curl errors has occurred within the executor! Error Number: 111. Error Msg: Connection refused\nError Code: 500
Issue seems to have resolved itself. No idea why it happened.
[SOLVED] Multiple internal curl errors has occurred within the executor!
Fyi i also get this randomly. Dont understand why.
Think i found a pattern. After each new deployment i get this on the first execution. After the first execution, the function works as expected.
@Steven unfortunately this didn't solve itself. It's reproducible and consistent. Every function (node-20, self hosted) that I deploy fails on the first execution with this error.
Please create a new <#1072905050399191082> post
@D5
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 ...