
I have a function (dart 3.3) that performs some heavy computation. Now, I understand that I can't call it synchronously since it'll be terminated (timeout) long before it completes.
However, even after increasing the timeout to 15 minutes and running the function asynchronously (setting xasync: true
) I'm still getting the same error (after about 30s to 1min). Anyone with any idea on how I can keep the function running longer?
Executer logs:
[Error] Type: Exception
[Error] Message: An internal curl error has occurred within the executor! Error Number: 104. Error Msg: Connection reset by peer
[Error] File: /usr/local/app/http.php
[Error] Line: 1027

What's the output of docker ps -a
?

Here it is
Recommended threads
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
