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
2
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.10.11 to 0.10.12

11

CHANGELOG.md

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

## [0.10.12](https://github.com/statsbotco/cubejs-client/compare/v0.10.11...v0.10.12) (2019-07-06)
### Bug Fixes
* QUERIES_undefined redis key for QueryQueue ([4c44886](https://github.com/statsbotco/cubejs-client/commit/4c44886))
## [0.10.11](https://github.com/statsbotco/cubejs-client/compare/v0.10.10...v0.10.11) (2019-07-02)

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

2

orchestrator/RedisQueueDriver.js

@@ -166,3 +166,3 @@ const R = require('ramda');

queriesDefKey() {
return this.queryRedisKey('QUERIES');
return this.queueRedisKey('QUERIES');
}

@@ -169,0 +169,0 @@

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

"author": "Statsbot, Inc.",
"version": "0.10.11",
"version": "0.10.12",
"engines": {

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

"license": "Apache-2.0",
"gitHead": "353ed631bd9c227f4d9d77df63b2ebf900a680ed"
"gitHead": "d1dd08266f8b8a6b2877f81c86e3a0ef6f5c7e42"
}
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