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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...