I have a function that iterate over all users to get their emails, I'm calling this function with a pagination of 600 users (I tried lowering it to 100/200, it didn't fix anything). The function seems to work fine at the begining but a one moment, it just stops working and timeout (in the screenshot, it crashed at 16200 users)
It's like the function executor get overloaded but the function calls and just stops working (I'm on Appwrite cloud Pro tier)
Does the function needs more than 30 seconds to run?
What's the error you're getting?
The function need ~10 seconds for every run but sudently it spikes at 30 seconds and times out
on the last call:
Operation timed out after 30004 milliseconds with 0 bytes received with status code 0\nError Code: 0
Are you always returning a result with this?
return res.send();
Recommended threads
- Hi Appwrite Support Team,My project has ...
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints — Functions, Databases, Storage, Health, ...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...