fayeOriginal post
Quality
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
Summary
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.