i've sent it via dm
these logs say the function is triggered by HTTP, but it looks like this function is supposed to be triggered by event 🧐
oh ya that's true, it's supposed to be triggered by user session create event
its some frontend ui bugs ig, i checked all the executions now and it says event
i get these errors as well today:
An internal curl error has occurred within the executor! Error Msg: Connection reset by peer
An internal curl error has occurred within the executor! Error Msg: Host is unreachable
An internal curl error has occurred within the executor! Error Msg: Operation timed out
Are these because of the traffic?
connection reset by peer occurs when it is killed by the maintenance task while processing.
host is unreachable is odd...
can you share the latest executor logs again?
how long does this function typically execute for when it runs successfully?
well that particular function is all over the place ig
it just isnt one function has has an issue, any function that once timesout will no longer work without restart
that is quite odd it varies so much..
let's just focus on 1
i'm thinking is it because of server load?
could be...if you're getting a lot of requests to the server
well everything seems to be working for now, until some function timesout
[SOLVED] Runtime failed to launch in allocated time.
Hi @Steven , the issue seems to be back, the function is failing with the error message "Runtime failed to launch in allocated time."
the latest error seems to be some xml response
Can you share?
This is also a different error message... Maybe you need a stronger server?
Its like a 4 core, 4gb ram server, but it doesnt even seem to be using that much resources either, so did not upgrade it.
Some people have reported some VPS' say they have enough resources, but it doesn't really so you could try a different vps.
Otherwise, keep an eye on logs and see if you can find something useful. For now I'm not sure what else to do
Hi, this issue isn't solved nor able to find any solution for it as well...
Hi, have the same issue, and i've tried what you mentioned before but it keeps failing. Some advices?
Create a new <#1072905050399191082> post and include your code
Recommended threads
- Create file is listing files instead of ...
This is a bit strange but, I cannot create files from within a funcion. I have tested with latest SDKs versions of node and python, both instead of creating the...
- Appwrite freezes when deploying function...
I have two VPS servers, one for development and one for production, and when pushing a function to GitHub all functions should rebuild on both prod and dev but ...
- Invalid `functionId` param when creating...
Upgraded to Appwrite 1.8.0 and new functions can't be created with a "-" character in the function id. This worked fine previously. The docs mention: "Valid cha...