Is it possible to capture the fact that the server code has run for too long and has been aborted?
I'm trying to troubleshoot and this doesn't show in the "Trace" tab, but it's important to know.
Is it possible to capture the fact that the server code has run for too long and has been aborted?
I'm trying to troubleshoot and this doesn't show in the "Trace" tab, but it's important to know.
Hello Andy,
Please add several console.log() calls in different places of your Server Code to see, which of them were called. You can see them on the Trace tab.
Common recommendations for the Server Code are: don't use a lot of:
-calls to 3rd part servers
-calculations
-big loops