'14005' [Service invocation failed by timeout]

My service api is giving me a timeout for one or more of my calls. Most calls work fine buts weird that a call that was working previously is now giving me an error. Can you provide some assistance

Hi Juacall,
Try adding log statements in your code to identify on which call or line it hangs. It’s not really possible to tell that from our side, the CodeRunner just calls the function in your business logic script and waits for it to finish - it has no knowledge about what exactly runs longer than expected.