constructor() {
        super(config.get('queues.status'), true);
        this.statusMsg = {};
        this.currentTask = {};
    }