It seems like by default NestJS or node.js+express invokes a controller that had a timeout.
The result is that the controller is being called again and again every 2 minutes, how can that be disabled?
The required result should be throw HttpExeption
of timeout.
I saw suggestions to extend the timeout length, I would like to keep the timeout but respond with an exception.