@cubejs-backend/query-orchestrator
Advanced tools
Comparing version 0.0.21 to 0.0.25
@@ -244,2 +244,10 @@ const redis = require('redis'); | ||
.execAsync(); | ||
} else { | ||
this.logger('Query cancelled in-flight', { queueSize, queryKey }); | ||
await redisClient.multi() | ||
.zrem([this.activeRedisKey(), this.redisHash(queryKey)]) | ||
.zrem([this.toProcessRedisKey(), this.redisHash(queryKey)]) | ||
.zrem([this.recentRedisKey(), this.redisHash(queryKey)]) | ||
.hdel([this.queriesDefKey(), this.redisHash(queryKey)]) | ||
.execAsync(); | ||
} | ||
@@ -246,0 +254,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.0.21", | ||
"version": "0.0.25", | ||
"engines": { | ||
@@ -8,0 +8,0 @@ "node": ">=8.11.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97053
1084