Commit 087491bb by rongjun

a

parent e0e48b9d
...@@ -224,7 +224,7 @@ class BaseCollector { ...@@ -224,7 +224,7 @@ class BaseCollector {
runStrategy3(){ runStrategy3(){
console.log("启动成功"); console.log("启动成功");
// this._fetchSymbols(this._handleFetchSymbolResult.bind(this)); this._fetchSymbols(this._handleFetchSymbolResult.bind(this));
setInterval(()=>{ setInterval(()=>{
redisClient.get(this.machine + "_STOP", (err, value) => { redisClient.get(this.machine + "_STOP", (err, value) => {
if (value) { if (value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment