I started seeing this error pop up on my function logs a little over an hour ago. Which is weird because I was only pushing deployments from cli and didn’t change anything on the appwrite server.
The full error is:
An internal curl error has occurred within the executor! Error Msg: Connection reset by peer
And the appwrite-executor logs have:
Executing Runtime: nation-64133e7f235385826ba4 [Error] Type: Exception [Error] Message: An internal curl error has occurred within the executor! Error Msg: Connection refused [Error] File: /usr/src/code/app/executor.php [Error] Line: 541
How do I resolve this? All my other functions are working and executing as expected.
Hello it's a bug, let's wait for the next version https://github.com/appwrite/appwrite/issues/5233
Sure thanks. Is there a release date?
@6lackknight can you please explain in details when this occured? Was it right after deployment, or some time after? Did it happen multiple times or just once?
My deployment had been working fine all this time, it’s been up for a little over a month.
This started when I created a new NodeJs function on Thursday
It happens every time the function runs and they usually fail immediately.
The issue referenced is a case where the maintenance task kills the runtime container. If you're having the problem every time you execute the function, it might be unrelated to the issue. How long does your function take to run? What's your code?
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...