Skip to content

Commit 395c63c

Browse files
committed
feat: Log queue state on Waiting for query
1 parent edf2461 commit 395c63c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cubejs-query-orchestrator/orchestrator/QueryQueue.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ class QueryQueue {
7373
queryKey: queryDef.queryKey,
7474
queuePrefix: this.redisQueuePrefix,
7575
requestId: options.requestId,
76+
activeQueryKeys: active,
77+
toProcessQueryKeys: toProcess,
7678
active: active.indexOf(redisClient.redisHash(queryKey)) !== -1,
7779
queueIndex: toProcess.indexOf(redisClient.redisHash(queryKey)),
7880
waitingForRequestId: queryDef.requestId

0 commit comments

Comments
 (0)