is it possible to set timeouts on individual queries in qlik sense
I have a monitoring app that connects to multiple data sources to run a query to retrieve status from that source. If the connection fails, I have that error trapped. But I also do not want long running queries because, as they are being run sequentially, this will cause the entire monitor to take a long time to load. There are probably alternative ways to architect this, but for immediate use, is it possible in the load script to give up on a query after a period of time like 60 seconds and move on to the next load?