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 41af344 commit c5f801bCopy full SHA for c5f801b
packages/cubejs-query-orchestrator/src/orchestrator/QueryQueue.js
@@ -340,7 +340,7 @@ export class QueryQueue {
340
return this.parseResult(result);
341
} catch (error) {
342
if (waitingContext) {
343
- this.logger('Cancelled waiting for query', waitingContext);
+ this.logger('Finished waiting for query', waitingContext);
344
}
345
throw error;
346
} finally {
0 commit comments