We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b619430 commit 465c525Copy full SHA for 465c525
packages/cubejs-query-orchestrator/src/orchestrator/BaseQueueDriver.ts
@@ -14,7 +14,7 @@ export abstract class BaseQueueDriver implements QueueDriverInterface {
14
return getCacheHash(queryKey, this.processUid);
15
}
16
17
- abstract createConnection(): Promise<QueueDriverConnectionInterface>;
+ public abstract createConnection(): Promise<QueueDriverConnectionInterface>;
18
19
- abstract release(connection: QueueDriverConnectionInterface): void;
+ public abstract release(connection: QueueDriverConnectionInterface): void;
20
0 commit comments