BagiosOriginal post
Rank 2: Process
Hello there. I'm running a function in AppWrite Cloud beta, and using async already to do some tasks. At the same time, I receive every time this error: Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.
Error Code: 408.
I found other people with the same issue here, but not sure what it was the solution to fix it.
Thanks for the help.
Summary
Developers encountering the "Synchronous function execution timed out" error in the AppWrite Cloud beta should switch to asynchronous execution or ensure the process doesn't surpass 30 seconds.