Per last week's conversation with @dcausse , the timeout for WDQS is 60s. That means any query that doesn't finish in 60s will never reach the client. As such, there's no point in allowing it to continue.
Creating this ticket to:
- Validate that this is actually safe (what about workloads that add triples? Would if we kill these queries will we lose that data? And if so, do we care?)
- Create automation that kills queries that run for > 60s.
- Verify operation