Skip to content

Commit 7e5e55e

Browse files
committed
sp_Blitz - added QDS_ASYNC_QUEUE to ignorable waits
1 parent ed6ef6a commit 7e5e55e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sp_Blitz.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5334,7 +5334,8 @@ IF @ProductVersionMajor >= 10 AND NOT EXISTS ( SELECT 1
53345334
'QDS_CLEANUP_STALE_QUERIES_TASK_MAIN_LOOP_SLEEP',
53355335
'REDO_THREAD_PENDING_WORK',
53365336
'UCS_SESSION_REGISTRATION',
5337-
'BROKER_TRANSMITTER'))
5337+
'BROKER_TRANSMITTER',
5338+
'QDS_ASYNC_QUEUE'))
53385339
BEGIN
53395340
/* Check for waits that have had more than 10% of the server's wait time */
53405341
WITH os(wait_type, waiting_tasks_count, wait_time_ms, max_wait_time_ms, signal_wait_time_ms)

0 commit comments

Comments
 (0)