Resolved! Long running Scripted REST API
I'm building a Scripted REST API that takes in an array of JSON objects. Each object in the array needs to be processed, and in some cases the processing takes long enough so that the entire request times out. Any suggestions on the best way to hand...
