Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

Server Code - How to capture "Taking too long, aborted"

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Server Code - How to capture "Taking too long, aborted"

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

Return to “Issues”