Hi there,
Looking for some advice on how to tackle this in Pres Connect.
I’m trying to build a web front end to set all the configuration parameters and upload a data file to then feed into a mail barcoding process.
I’ve got a workflow working using a NodeJS Server Input accepting post data from a html form.
It’s working to a point but it’s timing out on larger data files (60k+ records) as the time it can take to run these though our barcoding process can be up to 20 minutes. The process will still finish but the web page times out and errors.
# This page isn’t working
sc-web03 didn’t send any data.
ERR_EMPTY_RESPONSE
I’m just wonder if this is best approach to this or whether I should just be handing off the data file and a configuration file to folder capture to run the process.
I would like to provide the front end user some feedback onto when the job is complete via the web front end if possible.