Ankit ManiyaOriginal post
Rank 3: Container
Hi Appwrite team 👋
I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance.
I executed this function using flutter appwrite sdk:
appwrite: 17.0.1
Error Message:
Plain text
Error Code: 408``````Function Details:Runtime: Dart (dart-3.5)Function Type: HTTP-triggeredMethod: POSTPlan: Free plan (Appwrite Cloud)Resources:CPU: 0.5Memory: 512 MBConfigured Timeout: 15 seconds
Execution Info:Status Code: 500Status: FailedTriggered By: HTTPActual Duration: ~30 seconds```Summary
Function execution timed out after 30 seconds on Appwrite Cloud due to using synchronous function. Need to switch to asynchronous execution or ensure <30 sec duration.