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?
<@269618154001399808> 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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...