Hi,
We've recently implemented an api with the 'Post Process' function in the function stack.
Our intention was to put a long running operation (loop of web callouts) in the 'Post Process' and then store the result of all the callouts in the Xano Database.
The issue we've run into, is that in both prod and dev, the Post Process quits exactly after 10 seconds (almost always around 10,5 - 10,7) seconds. We've done our best to isolate the issue to the point where we're fairly confident that it isn't something breaking somewhere else.
I can't find anything in the docs - can anyone pitch in here?
Thanks