Long running Nanoflow in Offline PWA

0
I am running into an issue where I need to do a manual sync of a large number of images for an Offline PWA profile. We are using 10.6.23, and cannot upgrade the modeler at this time. I have a Nanoflow that gets triggered (manually at this time) to kick off the sync. That Nanoflow does a check to see if the PWA is connected to the internet, if it is then it moves onto a SUB Microflow, where we batch the syncing of these images. When looking at the logs the batch Microflow only takes a few milliseconds, but the Nanoflow itself runs for almost 30 seconds. I also get an error in the Chrome Dev tools of the following:  {Microflow name} Error Expected response body to be JSON. Instead received “” Any suggestions on how to reduce the time the Nanoflow runs, or how to troubleshoot / fix the received?
asked
0 answers