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
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?
- how to access the value of account statu...