Skip to content

Commit

Permalink
v0.45.1 fix execution stop error (#929)
Browse files Browse the repository at this point in the history
* Fix Exception on job stop, resolves #926

* Bump teraslice to 0.45.1
  • Loading branch information
peterdemartini authored and kstaken committed Dec 14, 2018
1 parent fb8e43f commit 7064e39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"publish:changed": "./scripts/publish.sh"
},
"dependencies": {
"@types/bluebird": "^3.5.24",
"@types/bluebird": "^3.5.25",
"@types/convict": "^4.2.1",
"@types/debug": "^0.0.31",
"@types/fs-extra": "^5.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ class Scheduler {
this.queue.each((slice) => {
this.queue.remove(slice.slice_id, 'slice_id');
});

this.stateStore = null;
}

getSlices(limit = 1) {
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teraslice",
"version": "0.45.0",
"version": "0.45.1",
"description": "Slice and dice your Elasticsearch data",
"bin": "service.js",
"main": "index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,10 @@
multi-progress "^2.0.0"
superagent "^3.8.3"

"@types/bluebird@^3.5.24":
version "3.5.24"
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.24.tgz#11f76812531c14f793b8ecbf1de96f672905de8a"
integrity sha512-YeQoDpq4Lm8ppSBqAnAeF/xy1cYp/dMTif2JFcvmAbETMRlvKHT2iLcWu+WyYiJO3b3Ivokwo7EQca/xfLVJmg==
"@types/bluebird@^3.5.25":
version "3.5.25"
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.25.tgz#59188b871208092e37767e4b3d80c3b3eaae43bd"
integrity sha512-yfhIBix+AIFTmYGtkC0Bi+XGjSkOINykqKvO/Wqdz/DuXlAKK7HmhLAXdPIGsV4xzKcL3ev/zYc4yLNo+OvGaw==

"@types/convict@^4.2.1":
version "4.2.1"
Expand Down

0 comments on commit 7064e39

Please sign in to comment.