Ron McLeod wrote:Even though you see Exporting all customer to SOLR berefore return response ... in the log, it doesn't mean that the client was still connected when that occurred.
How long does it take to execute exportAllDeleteData() and exportAddAllData()? Could it be that the client side is only willing to wait up to 30 seconds for a response and bailed before your processing has had a chance to complete?
Himai Minh wrote:Hi, Frank,
one thing you can try is to put this property in your application.properties under the resources folder of your project:
Then,you can see what information is printed out on the console when you run the code.
It is better to see if there is any exception thrown from the output console.
Ron McLeod wrote:Even though you see Exporting all customer to SOLR berefore return response ... in the log, it doesn't mean that the client was still connected when that occurred.
How long does it take to execute exportAllDeleteData() and exportAddAllData()? Could it be that the client side is only willing to wait up to 30 seconds for a response and bailed before your processing has had a chance to complete?