Author Message
MichaelNorman
Joined: Jun 3, 2015
Messages: 448
Offline
How can I keep the app from erroring out when there is a long running db query in a data node?
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
For long running query, the error you get is probably fetchtimeout from the Voice Browser. You need to increase the timeout if you want to wait for the query to return eventually.
MichaelNorman
Joined: Jun 3, 2015
Messages: 448
Offline
Assuming the proper way to do this is to set via Form node as the docs suggest? If so, is this in seconds or milliseconds when set in this manner?
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
You can use the property item in the Form node prior to the data node. Set the fetchtimeout property to seconds. The default is 15s.
Go to:   
Mobile view