Rank 2: Process
I dont have great numbers here for you, since I just test it every few hours on DEV
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
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
Rank 2: Process
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
Rank 2: Process
And randomly:
it works now again
Rank 2: Process
😄
Rank 2: Process
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?
@user did you try increasing cpu and memory to see if this issue persist?
Rank 2: Process
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
Rank 2: Process
The function is running on 4x CPU and 4GB RAM
Rank 2: Process
Runtime: golang
Rank 2: Process
if your team needs any more information, feel free to drop us an email:
twilliams@docutrust.ai
atimofeev@docutrust.ai
Rank 2: Process
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?
Rank 2: Process
No - the Executions do not show in the Console-UI
Rank 2: Process
My functions aren't working
Rank 2: Process
The execution isn't starting
Rank 2: Process
Rank 2: Process
here: you can only see that successfull functions show
Rank 2: Process
We flagged this exact issue with @Steven last week too
cc @Meldiron
Rank 2: Process
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.
Rank 2: Process
Will add Details, as soon as we got them