Skip to content

Commit fa7bbec

Browse files
committed
chore: fixes
1 parent 508a015 commit fa7bbec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/cubejs-base-driver/src/queue-driver.interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export interface AddToQueueQuery {
3838
}
3939

4040
export interface AddToQueueOptions {
41+
// It's an ugly workaround for skip queue tasks
4142
queueId?: QueueId,
4243
stageQueryKey?: any,
4344
requestId: string,

packages/cubejs-query-orchestrator/src/orchestrator/QueryQueue.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import {
66
QueryKeyHash,
77
QueueId,
88
QueryDef,
9-
QueryStageStateResponse, AddToQueueOptions
9+
QueryStageStateResponse,
10+
AddToQueueOptions
1011
} from '@cubejs-backend/base-driver';
1112
import { CubeStoreQueueDriver } from '@cubejs-backend/cubestore-driver';
1213

0 commit comments

Comments
 (0)