This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Description
Running long-term queries unintentionally can create adverse effects to the system performance. We should be using the incoming request context in order to cancel any DB queries we are running.
We should also use some sort of context timeout in addition to this to limit each query duration.