
I dont have great numbers here for you, since I just test it every few hours on DEV

how many 500 do you see recently? even a rough number will do

Every execute - so if I use our auto-complete tool (it sends 1x API call after you stop typing in an editor for >500ms), I might have 50x of those 500 errors in a span of 2 minutes

And randomly: it works now again

π


cool, got it. I do see one issue on our error logs, but its related to an edge case we're already working on a fix for and it only happened one time last 24h. I'll get in touch with our serverless team to dive deeper into the logs. Can you tell if this specific function is doing more intensive work cpu/memory wise?

@circuit6 did you try increasing cpu and memory to see if this issue persist?

The function orchestrates a bunch of API calls - but its nothing too heavy I would say.
main tasks I believe are:
HTTP request/response processing JSON parsing Basic string operations Database queries

The function is running on 4x CPU and 4GB RAM

Runtime: golang

if your team needs any more information, feel free to drop us an email: twilliams@docutrust.ai atimofeev@docutrust.ai

More than happy to help you - We really want to make appwrite functions work and we would kill for 100% stability

for sure, we're making this a high priority issue for the serverless engineers RN - I'll make sure they reach out if they need to.

@circuit6 btw, do you have and error logs you can share from the 500 requests?

No - the Executions do not show in the Console-UI

My functions aren't working

The execution isn't starting


here: you can only see that successfull functions show

We flagged this exact issue with @Steven last week too

cc @Meldiron

Seems like a lot of people have the functions not running

@circuit6 we added some better logging to our systems, if you can try and reproduce the errors now we might be able to get better visibility.

Will add Details, as soon as we got them
Recommended threads
- Simplest Appwrite + Riverpod + Go_router...
Hey, I managed to get native Google Sign-In working with Appwrite custom tokens and Riverpod/GoRouter, and Iβm stuck on three things: --- ## 1) SDK user ident...
- unable to modify relationship
Hi, I am facing an issue when I try to update a relationship attribute in DB, when I try to change from two-way to one-way, both radio buttons are selected, an...
- Random function executions - Bots?
I have custom domains on my functions, they are getting a lot of noisy executions. Scammy looking to me. I've only just added my function subdomains in the last...
