Hey, on 1.6.0 self hosted, my import products function is still giving me this error:
Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.\nError Code: 408
TL;DR
Developers are experiencing timeouts with functions, particularly async executions with a 60s timeout limit. An error code 408 is occurring for an import products function, suggesting a synchronous execution issue. The solution recommended is to switch to asynchronous execution or ensure the function's duration is under 30 seconds.cc: @Meldiron
The execution needs more than 30s?
yes, but the timeout is set to 60s
Only affects aync executions
Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- 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 ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error