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
- Disabling registration
Is it possible to disable registration in self hosted ?
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...