fix(core): update
This commit is contained in:
parent
806de97d22
commit
812a43449d
@ -24,6 +24,15 @@ export class BobcatManager {
|
|||||||
await this.runMaintenance();
|
await this.runMaintenance();
|
||||||
}
|
}
|
||||||
}), '0 0 * * * *');
|
}), '0 0 * * * *');
|
||||||
|
this.taskmanager.addAndScheduleTask(new plugins.taskbuffer.Task({
|
||||||
|
name: 'contStatus',
|
||||||
|
taskFunction: async () => {
|
||||||
|
this.actionStore.push();
|
||||||
|
for (const bobcat of this.bobcats) {
|
||||||
|
bobcat.checkMinerStatus();
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}), '0 * * * * *');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user