Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/query-orchestrator

Package Overview
Dependencies
Maintainers
1
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/query-orchestrator - npm Package Compare versions

Comparing version 0.0.21 to 0.0.25

8

orchestrator/QueryQueue.js

@@ -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 @@

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Statsbot, Inc.",
"version": "0.0.21",
"version": "0.0.25",
"engines": {

@@ -8,0 +8,0 @@ "node": ">=8.11.1"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc