Skip to content

Commit

Permalink
Improve StateMachineQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
theoilie committed May 6, 2022
1 parent 049c75b commit eb8c26d
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 84 deletions.
185 changes: 121 additions & 64 deletions creator-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion creator-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bl": "^4.1.0",
"body-parser": "^1.18.3",
"buffer": "5.4.2",
"bull": "^3.22.8",
"bull": "4.8.2",
"bunyan": "^1.8.15",
"cids": "0.8.0",
"commander": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion creator-node/src/blacklistManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ class BlacklistManager {
})
stream.on('error', function (e) {
console.error(
`Could not delete ${REDIS_MAP_BLACKLIST_SEGMENTCID_TO_TRACKID_KEY} entries: ${e.toString}`
`Could not delete ${REDIS_MAP_BLACKLIST_SEGMENTCID_TO_TRACKID_KEY} entries: ${e.toString()}`
)
})
}
Expand Down
Loading

0 comments on commit eb8c26d

Please sign in to comment.