Hi,
I made a restlet that creates invoices based on payloads received from another system. I read in the NS help that restlets have a execution time limit of 300 seconds. A request for a particularly big invoice (>1700 transaction lines) was just received and the invoice was successfully created, but in the execution log it had gone a full 7 minutes from start to end, which is way past the supposed 5 minute limit, and the sending system did not get a response even though the restlet finished running (the last line before the return statement is a log line which was logged). Does anyone have any experience/knowledge on what might have happened here?