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.9.0 to 0.9.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.9.2](https://github.com/statsbotco/cubejs-client/compare/v0.9.1...v0.9.2) (2019-05-11)
### Bug Fixes
* External rollups serverless implementation ([6d13370](https://github.com/statsbotco/cubejs-client/commit/6d13370))
# [0.9.0](https://github.com/statsbotco/cubejs-client/compare/v0.8.7...v0.9.0) (2019-05-11)

@@ -8,0 +19,0 @@

4

orchestrator/QueryCache.js

@@ -114,3 +114,3 @@ const crypto = require('crypto');

this.externalQueue = QueryCache.createQueue(
`SQL_QUERY_${this.redisPrefix}`,
`SQL_QUERY_EXT_${this.redisPrefix}`,
this.externalDriverFactory,

@@ -121,3 +121,3 @@ (client, q) => client.query(q.query, q.values),

concurrency: 6,
...this.options.queueOptions
...this.options.externalQueueOptions
}

@@ -124,0 +124,0 @@ );

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

"author": "Statsbot, Inc.",
"version": "0.9.0",
"version": "0.9.2",
"engines": {

@@ -24,3 +24,3 @@ "node": ">=8.11.1"

"license": "Apache-2.0",
"gitHead": "f841cc3e463d756bf49c58223bb077f0afff18bb"
"gitHead": "a9f34a5a7f4473d911ebf25064445d7f22dfa4e7"
}
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