Skip to main content
Queries that run longer than expected, or that hang entirely, can consume database resources and leave dashboards stuck loading. Omni gives you two ways to stop them:
  • On the dashboard where the queries are running
  • From the Settings > Running queries page, where you can cancel queries across multiple documents and, if you’re an Organization Admin, queries by other users

Stopping queries on a dashboard

While viewing a dashboard, you can stop running queries without leaving the page by:
  • Clicking View > Stop queries. This item will be disabled when no queries are running.
  • Clicking the (stop) icon in the footer while a run is in flight. This displays next to the (download) and (schedule) icons.
This will stop all running queries on the dashboard. Additionally, auto-refresh will be disabled until you reload the page.
Use the dashboard performance profiler to help optimize dashboard queries.

Stopping queries from Settings

The Settings > Running queries page is useful when you need to cancel queries across multiple documents. Organization Admins will see all users’ queries, while all other users will only see their own queries. You can stop a specific query by clicking its Cancel button. To cancel multiple queries, select the checkboxes next to the queries and then click Cancel selected queries.

Next steps