@cubejs-backend/query-orchestrator
Advanced tools
Comparing version 0.9.0 to 0.9.2
@@ -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 @@ |
@@ -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" | ||
} |
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
74155