Skip to main content

Hello.I'm Ishizuka.

 

How and where can I modify it to avoid module timeout errors? What is the cause?

 

My guess is that the error occurred because there was so much data extracted in the "SELECT" statement of the query that it almost exceeded the one minute limit.

---------------------------------------

Error Summary

image.pngError details (example)

image

Right, with the ModuleTimeoutError, an incomplete execution record with auto-retry is stored and thus, it results in an incomplete execution. * Idealy, try dividing the code in smaller chunks and select only the relevant information, bear in mind the execution limit of 40mins per AF execution *A workaround is adding an error handler route (check documentation), there is also an available training in Academy for further uses.


Reply